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