Skip to content
Snippets Groups Projects
Commit 9e87514f authored by Minho Lim's avatar Minho Lim
Browse files

style style.css file

parent bbb16570
No related branches found
No related tags found
No related merge requests found
* {
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
padding-top: 3rem;
margin: auto;
max-width: 1280px;
}
.navbar {
/* .navbar {
background-color: #313236;
border-radius: 2px;
max-width: 800px;
......@@ -20,5 +26,48 @@ body {
.navbar a:hover {
color: #ffffff;
} */
.container {
display: flex;
flex-direction: column;
}
.container > .parent-container:not(:first-child) {
margin-top: 3rem;
}
.parent-container {
display: flex;
flex-direction: column;
padding: 1rem 3rem;
margin: 0 2rem;
border: solid 1px grey;
border-radius: 16px;
}
.parent-container > .title {
margin-bottom: 1rem;
}
.child-container > .cover {
height: 300px;
margin-right: 1.5rem;
object-fit: cover;
border-radius: 16px;
}
.child-container {
display: flex;
flex-direction: row;
}
.info-box > h2 {
margin-bottom: 0.5rem;
}
.info-box > h2:not(:first-child) {
margin-top: 1.5rem;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment