better site

This commit is contained in:
krishnams0ni
2023-10-14 22:34:36 +05:30
parent d7a792785f
commit 1c40b09e48
7 changed files with 461 additions and 151 deletions

23
style.css Normal file
View File

@@ -0,0 +1,23 @@
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;
}