not sure why i thought "</img>" was a thing, mypcs update, about page maybe? im depressed

This commit is contained in:
iRaven
2022-08-22 02:30:52 -05:00
parent 62289551f2
commit 13e84617e0
7 changed files with 132 additions and 49 deletions

19
about.css Normal file
View File

@ -0,0 +1,19 @@
.leftsq {
position: relative;
left: -220px;
width: 400px;
border: 3px solid aquamarine;
padding: 8px;
background-color: darkblue;
}
.rightsq {
position: relative;
top:-511px;
left: 220px;
width: 400px;
border: 3px solid darkblue;
padding: 8px;
color:darkgray;
background-color: aquamarine;
}