sts/assets/themes/default/index.css

35 lines
562 B
CSS
Raw Permalink Normal View History

2023-01-26 23:08:50 +00:00
h1 {
text-align: center;
margin-top: 15%;
2023-02-25 02:01:38 +00:00
font-size: 11vw;
2023-01-26 23:08:50 +00:00
}
div {
white-space: nowrap;
width: auto;
display: block;
2023-02-25 02:01:38 +00:00
/*margin-left: 30%;
margin-right: 30%; */
2023-01-26 23:08:50 +00:00
line-height: 1.5;
}
2023-02-25 02:01:38 +00:00
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%);
}
2023-01-26 23:08:50 +00:00
input[type="submit"]{
/*margin: 0;*/
margin-right: 30;
text-align: center;
}
input[type="text"]{
2023-02-25 02:01:38 +00:00
width: 43vw;
2023-01-26 23:08:50 +00:00
}