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 33 margin : 0 ;
44}
55
6+ /* PAGE SECTIONS */
67body {
78 color : # 444 ;
89 font-family : sans-serif;
@@ -28,7 +29,7 @@ article {
2829 padding-right: 40px; */
2930 padding : 20px 40px ;
3031 margin-bottom : 60px ;
31- height : 80px ;
32+ /* height: 80px; */
3233}
3334.post-header {
3435 margin-bottom : 40px ;
@@ -41,6 +42,7 @@ aside {
4142 width : 500px ;
4243}
4344
45+ /* SMALLER ELEMENTS */
4446h1 ,
4547h2 ,
4648h3 {
6971 font-size : 22px ;
7072 line-height : 1.5 ;
7173 margin-bottom : 15px ;
74+ /* display: inline; */
7275}
7376ol ,
7477ul {
7881li {
7982 font-size : 20px ;
8083 margin-bottom : 10px ;
84+ /* display: inline; */
8185}
8286li : last-child {
8387 margin-bottom : 0 ;
@@ -159,4 +163,18 @@ footer p {
159163.post-image {
160164 width : 100% ;
161165 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 ;
162180}
You can’t perform that action at this time.
0 commit comments