Lab8 go reeeeee

This commit is contained in:
2023-02-24 10:09:50 -06:00
parent f2b6732560
commit d9078b05ed
9 changed files with 138 additions and 88 deletions

View File

@@ -65,6 +65,7 @@ main {
padding-right: 20px;
padding-left: 20px;
background-color: #FFFFFF;
width: 100%;
}
h1{
margin-bottom: 0;
@@ -85,7 +86,7 @@ dt {
color: #002171;
}
ul {
list-style-image: url('images/marker.gif')
list-style-image: url('images/marker.gif');
}
footer {
font-size: 75%;
@@ -126,4 +127,11 @@ img {
background-size: 100% 100%;
margin-left: 190px;
}
#qanda {
background-color: #FFFFFF;
margin-left: 190px;
width: auto;
}
table {
border: 0px;
}