updated site and fixed HTML formatting

This commit is contained in:
transatoshi
2025-01-26 07:20:59 -08:00
parent c8f4a4cfc4
commit 63d36b46ca
6 changed files with 391 additions and 374 deletions

View File

@@ -53,11 +53,11 @@ body {
}
.responsive {
max-width: 90%;
max-width: 95%;
height: auto;
margin: 0 auto;
border: #fef102 solid 4px;
border-radius: 30px;
margin: 10px auto 0px auto;
border: #fef102 solid 0px;
border-radius: 30px 30px 0px 0px;
box-shadow:0 0 10px #fef102;
text-align: center;
display: block;
@@ -80,12 +80,12 @@ body {
font-family: monospace;
font-size: 16px
font-weight: 800;
border: #fef102 solid 4px;
border-radius: 0 0 15px 15px;
border: #fef102 solid 0px;
border-radius: 0 0 10px 10px;
box-shadow: 0 0 10px #fef102;
width: 70%;
width: 83%;
height: auto;
margin: -5px auto 30px auto;
margin: -15px auto 30px auto;
display: block;
text-align:center;
padding: 0 40px 0 40px;
@@ -99,10 +99,12 @@ body {
.cloud {
text-align: center;
width: 100%;
width: 70%;
margin: -30px auto 0px auto;
height: auto;
color: black;
display: block;
box-shadow: 0 0 10px #fef102;
background-color: #fef102;
}