File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
margin-and-padding/margin-and-padding-2 Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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 "> and a < button > BIG BUTTON</ button > </ div >
14
+ < div class ="button-container "> and a < button > BIG BUTTON</ button > </ div >
15
15
</ div >
16
16
</ body >
17
17
</ html >
Original file line number Diff line number Diff line change 17
17
background : # e3f4ff ;
18
18
}
19
19
20
- .button {
20
+ .button-container {
21
21
background : # e3f4ff ;
22
22
}
23
23
@@ -50,7 +50,7 @@ We separated it out here to make it extra clear what has changed. */
50
50
padding : 16px 8px ;
51
51
}
52
52
53
- .button {
53
+ .button-container {
54
54
text-align : center;
55
55
padding : 8px ;
56
56
}
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 "> and a < button > BIG BUTTON</ button > </ div >
14
+ < div class ="button-container "> and a < button > BIG BUTTON</ button > </ div >
15
15
</ div >
16
16
</ body >
17
17
</ html >
Original file line number Diff line number Diff line change 17
17
background : # e3f4ff ;
18
18
}
19
19
20
- .button {
20
+ .button-container {
21
21
background : # e3f4ff ;
22
22
}
23
23
You can’t perform that action at this time.
0 commit comments