Skip to content

Commit ad7ccdc

Browse files
authored
Update index.html
1 parent 9bf194d commit ad7ccdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

foundations/06-cascade-fix/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<link rel="stylesheet" href="style.css">
99
</head>
1010
<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>
1313

1414
<button id="confirm-button" class="button confirm">Confirm</button>
1515
<button id="cancel-button" class="button cancel">Cancel</button>
1616

1717
<div class="text">I'm a div with thin text!</div>
1818
<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>
2020
</div>
2121
</body>
22-
</html>
22+
</html>

0 commit comments

Comments
 (0)