Skip to content

Commit c6a3218

Browse files
committed
added style to aside
1 parent 277fe5b commit c6a3218

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

starter/03-CSS-Fundamentals/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ li:last-child {
7676
font-size: 14px;
7777
} */
7878

79+
aside {
80+
background-color: #f7f7f7;
81+
border-top: 5px solid #1098ad;
82+
border-bottom: 5px solid #1098ad;
83+
84+
padding: 50px 0;
85+
width: 500px;
86+
}
87+
7988
.main-header {
8089
background-color: #f7f7f7;
8190
padding: 20px;

0 commit comments

Comments
 (0)