-
Notifications
You must be signed in to change notification settings - Fork 0
/
cores.html
47 lines (38 loc) · 1.68 KB
/
cores.html
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Cores</title>
<link rel="stylesheet" href="css/cores.css">
<script src="js/relogio.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Mate+SC&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap" rel="stylesheet">
</head>
<ul class="barraCores">
<li><a href="index.html" class="active">Inicio</a></li>
<li><a href="cores.html">Cores</a></li>
<li><a href="fontes.html">Fontes</a></li>
<li><a href="estilos.html">Estilos de Texto</a></li>
<li><a href="imagens.html">Imagens</a></li>
<li><a href="feedback.html">Feedback</a></li>
</ul>
<body>
<div class="Cores">
<h1>Cores</h1>
<p class="carolinablue">Carolina Blue<br><br>#02A9EA</p>
<p class="lemonglacier">Lemon Glacier<br><br>#FAFF00</p>
<p class="raisinblack">Raisin Black<br><br>#332E3C</p>
<p class="yellowcrayola">Yellow Crayola<br><br>#F6E27F</p>
<p class="phlox">Phlox<br><br>#CA3CFF</p>
</div>
</body>
<div class="rodapeCores">
<p>
<a href="mailto: [email protected]">E-mail</a>
<a href="https://www.facebook.com/gabriel.kemczinskidemoraes" target="_blank">Facebook</a>
<a href="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/Chewiein8bits" target="_blank">Github</a>
<a href="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/Chewiein8bits/chewiein8bits.github.io" target="_blank">Source Code</a>
<br> <span id="data"></span>
</p>
</div>
</html>