1
0
Fork 0
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:
George Hunt 2019-12-22 23:21:21 +00:00
parent a506b30273
commit c5dc74420a

View file

@ -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;
} }
} }