Files
udlbook/style.css
krishnams0ni 1c40b09e48 better site
2023-10-14 22:34:36 +05:30

23 lines
320 B
CSS

body {
font-size: 17px;
margin: 2% 10%;
}
#head {
display: flex;
flex-direction: row;
flex-wrap: wrap-reverse;
justify-content: space-between;
width: 100%;
}
#cover {
justify-content: center;
display: flex;
width: 30%;
}
#cover img {
width: 100%;
height: min-content;
}