Update solution.html
This commit is contained in:
parent
e2a1bfde7e
commit
8e45e85f04
|
@ -9,15 +9,15 @@
|
||||||
<link rel="stylesheet" href="solution.css">
|
<link rel="stylesheet" href="solution.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p class="para">I'm just a paragraph 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 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="confirm-button" class="button confirm">Confirm</button>
|
||||||
<button id="cancel-button" class="button cancel">Cancel</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!</div>
|
||||||
<div class="text">I'm a div with thin text and a child 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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue