File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 7
7
background : pink;
8
8
border : 3px solid blue;
9
9
/* CHANGE ME */
10
- padding : 0 px ;
11
- margin : 0 px ;
10
+ padding : 50 px ;
11
+ margin : 10 px ;
12
12
}
13
13
14
14
.two {
15
15
background : lightblue;
16
16
border : 3px solid purple;
17
17
/* CHANGE ME */
18
- margin-bottom : 0 px ;
18
+ margin-bottom : 60 px ;
19
19
}
20
20
21
21
.three {
22
22
background : peachpuff;
23
23
border : 3px solid brown;
24
24
width : 200px ;
25
25
/* CHANGE ME */
26
- padding : 0 px ;
27
- margin-left : 0 px ;
26
+ padding : 20 px ;
27
+ margin-left : 100 px ;
28
28
}
Original file line number Diff line number Diff line change 11
11
< div class ="card ">
12
12
< h1 class ="title "> I'm a card</ h1 >
13
13
< div class ="content "> I have content inside me..lorem ipsum blah blah blah. Here's some stuff you need to read.</ div >
14
- < div class ="button-container "> and a < button > BIG BUTTON</ button > </ div >
14
+ < div class ="button-container "> and a < p > < button > BIG BUTTON</ button > </ p > </ div >
15
15
</ div >
16
16
</ body >
17
17
</ html >
Original file line number Diff line number Diff line change 7
7
width : 400px ;
8
8
background : # fff ;
9
9
margin : 16px auto;
10
+ padding : 8px ;
10
11
}
11
12
12
13
.title {
@@ -15,13 +16,17 @@ body {
15
16
16
17
.content {
17
18
background : # e3f4ff ;
19
+ padding : 20px ;
18
20
}
19
21
20
22
.button-container {
21
23
background : # e3f4ff ;
24
+ text-align : center;
22
25
}
23
26
24
27
button {
25
28
background : white;
26
29
border : 1px solid # eee ;
30
+ padding : 8px 24px ;
31
+
27
32
}
You can’t perform that action at this time.
0 commit comments