text-display/public/css/main.css

17 lines
172 B
CSS
Raw Permalink Normal View History

2023-02-16 12:30:06 +00:00
#content {
position: absolute;
top: 40vh;
}
#login-content {
position: absolute;
top: 20vh;
}
#login {
bottom: 5vh;
}
#text {
font-size: large;
}