Update index.html
This commit is contained in:
parent
9bf194d8a2
commit
ad7ccdc0c1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue