1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +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 {
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;
}
}