Files
biblioteca-de-contos/css/style.css
2025-07-27 16:23:09 -03:00

48 lines
951 B
CSS

#menu {
position: relative;
display: flex;
align-items: center;
border-bottom: solid 2px var(--btn);
min-height: 5dvw;
background-color: #0000007a;
label {
padding: 1dvw;
}
ul {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
top: 0;
right: 0;
height: 100%;
li {
margin: 0 1dvw 0 1dvw;
}
}
}
#search {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 25dvw;
hgroup {
width: 60%;
h1 {
color: var(--btn);
text-align: center;
font-family: "Public Sans", sans-serif;
font-size: 3em;
font-weight: 900;
}
label {
word-break: break-all;
font-weight: 400;
font-size: 1.5em;
}
}
}