File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
starter/03-CSS-Fundamentals Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ <h2>The Basic Language of the Web: HTML</h2>
49
49
height ="200 "
50
50
class ="post-img "
51
51
/>
52
+ < button > 💖Like</ button >
52
53
</ header >
53
54
54
55
< p >
Original file line number Diff line number Diff line change 9
9
color : # 444 ;
10
10
font-family : sans-serif;
11
11
border-top : 10px solid # 1098ad ;
12
+ position : relative;
12
13
}
13
14
14
15
.container {
15
16
width : 700px ;
16
17
margin : 0 auto;
18
+ position : relative;
17
19
}
18
20
.main-header {
19
21
background-color : # f7f7f7 ;
@@ -186,6 +188,15 @@ nav a:link {
186
188
nav a : link : last-child {
187
189
margin-right : 0 ;
188
190
}
191
+
192
+ button {
193
+ font-size : 22px ;
194
+ padding : 20px ;
195
+ cursor : pointer;
196
+ position : absolute;
197
+ bottom : 50px ;
198
+ right : 50px ;
199
+ }
189
200
/* Resolving conflicts */
190
201
191
202
/* #copyright {
You can’t perform that action at this time.
0 commit comments