Finished I think

This commit is contained in:
TechRunner2
2018-04-21 16:30:24 -05:00
parent 1e21f870b4
commit 352f7d76c9
13 changed files with 71 additions and 16 deletions

View File

@ -68,6 +68,8 @@ html, body{
margin: 1em;
border: solid black;
padding-bottom: 2em;
overflow: auto;
height: 70%;
}
.catagories a{
@ -82,6 +84,7 @@ html, body{
}
.catagories li{
margin-top: 1em;
}
.catagories ul{
@ -97,15 +100,14 @@ html, body{
.text{
margin: 1em;
padding: 1em;
background-color: midnightblue;
background-color: black;
color: white;
overflow: auto;
}
.footer{
background-color: black;
border-top: solid red;
display: fixed;
bottom: 0;
color: grey;
font-size: 10px;
margin: 0;
@ -115,11 +117,19 @@ html, body{
padding: 5px;
}
.wraper{
min-height: 100%;
height: 100%;
}
#pong{
height: 40em;
margin-left: 10%;
}
#centered{
text-align: center;
}
img{
height: 200px;
float: left;
margin-right: 1em;
}