This commit is contained in:
Daisuke
2020-04-09 14:31:48 -05:00
parent c16f58c013
commit 869f09062a
69 changed files with 6568 additions and 39 deletions

View File

@ -5,6 +5,18 @@
font-size: 12pt;
}
html,body{
height:100%;
}
body {
margin: 0;
background-attachment: fixed;
background-size: auto 100%;
background-repeat: no-repeat;
background-position: center top;
}
a {
text-decoration:none;
}
@ -17,10 +29,6 @@ p {
margin: 0px !important;
}
body {
margin: 0;
}
ul{
padding:0px;
margin:0px;