01/09/23 changes

This commit is contained in:
Amber
2023-01-09 14:20:25 -05:00
parent 90042eb56b
commit 755f8157b7
5 changed files with 85 additions and 48 deletions

View File

@@ -14,12 +14,14 @@
html {
/* overflow: hidden; */
max-width: 800px;
margin: auto;
height:50%
height:50%;
background-color: #08090C;
}
body {
max-width: 800px;
margin: auto;
padding: 32px;
background-color: #111318;
color: #DDDDDD;
font-family: 'Open Sans', Arial, sans-serif;
@@ -49,9 +51,9 @@ img {
vertical-align:text-bottom;
}
ul {
.no-list-style {
list-style: none;
padding: 0;
/* padding: 0; */
}
h1 {