-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (47 loc) · 1.53 KB
/
index.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
48
49
<!DOCTYPE html>
<html>
<head>
<title>Guia de CSS </title>
<link href="style.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body>
<h1>Mozilla is Cool</h1>
<img src="https://raw.githubusercontent.com/mdn/beginner-html-site/gh-pages/images/firefox-icon.png">
<p>In Mozilla, we're a global community of</p>
<ul>
<li>Technologists</li>
<li>Thinkers</li>
<li>builders</li>
</ul>
<p>Working togheter to keep the internet alive and acessible, so people
worldwide can be<br> informed contributors and creators of the web. We believe
this act of human collaboration<br> across an open platform is essential to individual
growth and our collective future.
</p>
<p>Working on the <a href="https://www.mozilla.org/">Mozilla Manifesto</a> to learn
even more about the values and principles that guide<br>
the pursuit of our mission.
</p>
-------------------------
part2
<!--
<table class="table1">
<tr>
<td>Nome</td>
<td>Idade</td>
</tr>
<tr>
<td>João</td>
<td>23</td>
</tr>
<tr>
<td>Gustavinho</td>
<td>11</td>
</tr>
</table>-->
<div class="menu-fixed"></div>
<div class="box"></div>
<!-- this content is all about complement the css file to masterize the use of the 'position' tool in css-->
</body>
</html>