Skip to content

Commit 003df98

Browse files
committed
Add container and content classes
1 parent 865da94 commit 003df98

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

02-css/style.css

+17
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,23 @@ main {
4949
color: white;
5050
}
5151

52+
.container {
53+
max-width: 720px;
54+
margin: 0 auto;
55+
}
56+
57+
.content {
58+
padding: 24px;
59+
}
60+
61+
.content > * {
62+
margin-bottom: 16px;
63+
}
64+
65+
.content img {
66+
width: 100%;
67+
}
68+
5269
footer {
5370
background-color: #1212B2;
5471
padding: 32px;

0 commit comments

Comments
 (0)