-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 891 Bytes
/
index.html
File metadata and controls
26 lines (25 loc) · 891 Bytes
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="">
<head>
<title>CSS Positioning 101 - A</title>
<link type="text/css" rel="stylesheet" href="css/main.css">
</head>
<body>
<center><h3>Ejemplo A<br>Position Static</h3></center>
<div id="box_1"></div>
<div id="box_2"></div>
<div id="box_3"></div>
<div class="bottom">
<a class="next" href="index2.html">Ejemplo B y C</a>
<a class="next" href="index3.html">Ejemplo D</a>
<a class="next" href="index4.html">Ejemplo E</a>
<a class="next" href="index5.html">Ejemplo F</a>
<a class="next" href="index6.html">Ejemplo G</a>
<a class="next" href="index7.html">Ejemplo H</a>
<a class="next" href="index8.html">Ejemplo H2</a>
<a class="next" href="index9.html">Ejemplo H3</a>
<a class="next" href="index10.html">Ejemplo I</a>
<a class="next" href="index11.html">Ejemplo J</a>
</div>
</body>
</html>