mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
center splash for macOS
This commit is contained in:
parent
1ffc2aa70e
commit
18d253c32c
1 changed files with 3 additions and 2 deletions
|
@ -8,16 +8,17 @@
|
|||
#header {
|
||||
display: block;
|
||||
height: 120px;
|
||||
width:1024px;
|
||||
width:900px;
|
||||
background: #000 url('iiab_banner6.png') no-repeat 0 0;
|
||||
border-radius: 5px;
|
||||
margin: 5px;
|
||||
object-fit: cover;
|
||||
}
|
||||
body {
|
||||
background-color: #CBFFAA;
|
||||
font-family: sans-serif;
|
||||
font-size: 100%;
|
||||
width: 1024px;
|
||||
width: 900px;
|
||||
margin: 3px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue