|
|
Linha 1: |
Linha 1: |
| <div class="container"> | | <button class="btn-toggle">Toggle Dark-Mode</button> |
| <h1 class="heading">
| | <h1>Hey there! This is just a title</h2> |
| Lorem ipsum dolor sit amet. Non quidem veritatis et voluptas voluptas aut eius
| | <p>I am just a boring text, existing here solely for the purpose of this demo</p> |
| </h1> | | <p>And I am just another one like the one above me, because two is better than having only one</p> |
| <div class="buttons">
| | <a href="#">I am a link, don't click me!</a> |
| //botão1
| |
| <div id="toggle" class="button">toggle</div>
| |
| //botão2
| |
| <div id="refresh" class="button">refresh</div> | |
| </div> | |
| <div class="text-wrapper">
| |
| <p class="paragraph"> | |
| Lorem ipsum dolor sit amet. Non quidem veritatis et voluptas voluptas aut eius
| |
| </p> | |
| </div> | |
| <div class="text-wrapper">
| |
| <p class="paragraph"> | |
| Lorem ipsum dolor sit amet. Non quidem veritatis et voluptas voluptas aut eius
| |
| </p>
| |
| </div>
| |
| </div> | |