File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
starter/03-CSS-Fundamentals Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 3
3
margin : 0 ;
4
4
}
5
5
6
+ /* PAGE SECTIONS */
6
7
body {
7
8
color : # 444 ;
8
9
font-family : sans-serif;
@@ -28,7 +29,7 @@ article {
28
29
padding-right: 40px; */
29
30
padding : 20px 40px ;
30
31
margin-bottom : 60px ;
31
- height : 80px ;
32
+ /* height: 80px; */
32
33
}
33
34
.post-header {
34
35
margin-bottom : 40px ;
@@ -41,6 +42,7 @@ aside {
41
42
width : 500px ;
42
43
}
43
44
45
+ /* SMALLER ELEMENTS */
44
46
h1 ,
45
47
h2 ,
46
48
h3 {
69
71
font-size : 22px ;
70
72
line-height : 1.5 ;
71
73
margin-bottom : 15px ;
74
+ /* display: inline; */
72
75
}
73
76
ol ,
74
77
ul {
78
81
li {
79
82
font-size : 20px ;
80
83
margin-bottom : 10px ;
84
+ /* display: inline; */
81
85
}
82
86
li : last-child {
83
87
margin-bottom : 0 ;
@@ -159,4 +163,18 @@ footer p {
159
163
.post-image {
160
164
width : 100% ;
161
165
height : auto;
166
+ /* margin: 100px; */
167
+ }
168
+
169
+ nav a : link {
170
+ /* background-color: orangered;
171
+ margin: 20px;
172
+ padding: 20px;
173
+ display: block; */
174
+ margin-right : 30px ;
175
+ margin-top : 10px ;
176
+ display : inline-block;
177
+ }
178
+ nav a : link : last-child {
179
+ margin-right : 0 ;
162
180
}
You can’t perform that action at this time.
0 commit comments