gaybook/static/style.css

29 lines
386 B
CSS
Raw Normal View History

2023-06-01 09:48:52 +00:00
body {
font-family: monospace;
background: #330080;
color: #e5e5e5;
display: flex;
flex-direction: column;
align-items: center;
}
header {
display: flex;
flex-direction: column;
align-items: center;
}
main {
width: 40rem;
}
textarea {
width: 100%;
resize: vertical;
}
#website-message {
background: purple;
padding: 0.5rem;
}