Move web content to dedicated content directory

This commit is contained in:
2022-11-15 10:32:02 -05:00
parent 4158a5991b
commit dd3e3792f2
446 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
body {background: #000000 url("img/background.jpg") no-repeat right top;}
body, html {
height:100%;
}
#outerbox {
width:100%;
position:absolute; /* to place it somewhere on the screen */
top:50px; /* free space at top */
bottom:50px; /* makes it lock to the bottom */
}
#innerbox {
width:100%;
position:absolute;
min-height:100% !important; /* browser fill */
max-height:100%
height:auto; /*content fill */
}
s1 {color: white; font-size: 2.5em; text-align: left; font-family: "Eras ITC", sans-serif;}
l1 {color: #848484; font-size: 1.75em; text-align: left; font-family: "BankGothic Lt BT", sans-serif;}