File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
foundations/06-cascade-fix Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
< link rel ="stylesheet " href ="style.css ">
9
9
</ head >
10
10
< body >
11
- < p class ="para "> I'm just a paragraph with bold text!</ p >
12
- < p class ="para small-para "> I'm a smaller paragraph, also with bold text!</ p >
11
+ < p class ="para "> I'm just a paragraph with extra bold text!</ p >
12
+ < p class ="para small-para "> I'm a smaller paragraph, also with extra bold text!</ p >
13
13
14
14
< button id ="confirm-button " class ="button confirm "> Confirm</ button >
15
15
< button id ="cancel-button " class ="button cancel "> Cancel</ button >
16
16
17
17
< div class ="text "> I'm a div with thin text!</ div >
18
18
< div class ="text "> I'm a div with thin text and a child div!
19
- < div class ="text child "> I'm a smaller child div with bold text.</ div >
19
+ < div class ="text child "> I'm a smaller child div with extra bold text.</ div >
20
20
</ div >
21
21
</ body >
22
- </ html >
22
+ </ html >
You can’t perform that action at this time.
0 commit comments