sum stuff :3

This commit is contained in:
whotookelburg 2023-02-25 02:01:38 +00:00
parent aaa9eb154c
commit 369a66073b
6 changed files with 52 additions and 15 deletions

View file

@ -1,21 +1,35 @@
h1 {
text-align: center;
margin-top: 15%;
font-size: 14vw;
font-size: 11vw;
}
div {
white-space: nowrap;
width: auto;
display: block;
margin-left: 30%;
margin-right: 30%;
/*margin-left: 30%;
margin-right: 30%; */
line-height: 1.5;
}
div.quotebox {
width: fit-content;
display: block;
color: slateblue;
text-align: center;
border: 3px solid darkblue;
}
div.quotebox p#qoti{
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
input[type="submit"]{
/*margin: 0;*/
margin-right: 30;
text-align: center;
}
input[type="text"]{
width: 85%;
width: 43vw;
}