-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.4 KB
/
index.html
File metadata and controls
26 lines (26 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en" dark="true">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>CSS Variables</title>
<link rel="stylesheet" href="app.css">
<script src="app.js"></script>
</head>
<body>
<main>
<header>
<h1>CSS Variables</h1>
</header>
<div class="theme-component">
<p>Please select a theme</p>
<button class="button" data-theme="default">Default</button>
<button class="button" data-theme="dark">Dark</button>
</div>
<p class="text">
Encare problemas como oportunidades. Genialidade é fruto de muito hardwork. Pra chegar ao next level você precisa de comprometimento e muito hardwork. Transforme o seu lifestyle. Ninguém lembra do médio, foque no excelente. Encare problemas como oportunidades. Transforme o seu lifestyle. Não adianta ter conhecimento se você não tem action. Felicidade é a nova produtividade. Menos desculpas e mais action. Desafie-se. Trabalho é aprendizado, tudo é um só, onelife. Never f*ing give up. Walk the f*ing talk. Construa algo que seja top. Felicidade é a nova produtividade. Viva em busca da masterização e do profissionalismo, every f*ing day. Se você não vê a oportunidade, ela passa.
</p>
</main>
</body>
</html>