You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
562 B
CSS

h1 {
text-align: center;
margin-top: 15%;
font-size: 11vw;
}
div {
white-space: nowrap;
width: auto;
display: block;
/*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: 43vw;
}