Update index.html

This commit is contained in:
Amanda 2022-07-29 09:17:26 -03:00 committed by GitHub
parent 9bf194d8a2
commit ad7ccdc0c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -8,15 +8,15 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<p class="para">I'm just a paragraph with bold text!</p>
<p class="para small-para">I'm a smaller paragraph, also with bold text!</p>
<p class="para">I'm just a paragraph with extra bold text!</p>
<p class="para small-para">I'm a smaller paragraph, also with extra bold text!</p>
<button id="confirm-button" class="button confirm">Confirm</button>
<button id="cancel-button" class="button cancel">Cancel</button>
<div class="text">I'm a div with thin text!</div>
<div class="text">I'm a div with thin text and a child div!
<div class="text child">I'm a smaller child div with bold text.</div>
<div class="text child">I'm a smaller child div with extra bold text.</div>
</div>
</body>
</html>
</html>