more shit

This commit is contained in:
whotookelburg 2023-01-26 23:08:50 +00:00
parent 3d93375bf4
commit 443887dc10
13 changed files with 170 additions and 24 deletions

View file

@ -0,0 +1,21 @@
h1 {
text-align: center;
margin-top: 15%;
font-size: 14vw;
}
div {
white-space: nowrap;
width: auto;
display: block;
margin-left: 30%;
margin-right: 30%;
line-height: 1.5;
}
input[type="submit"]{
/*margin: 0;*/
margin-right: 30;
text-align: center;
}
input[type="text"]{
width: 85%;
}

View file

@ -0,0 +1,22 @@
body {
background-color: #262631;
color: white;
}
a:link {
color: cyan;
}
a:visited{
color: mediumpurple;
}
a:hover {
color: rebeccapurple;
}
sts-icon.bracket {
color: #4f4f4f;
}
sts-icon.s{
color: darkolivegreen;
}
sts-icon.t{
color: saddlebrown;
}