-
Notifications
You must be signed in to change notification settings - Fork 0
/
eee
42 lines (34 loc) · 1.09 KB
/
eee
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css">
<title>parte0</title>
<link rel="stylesheet" href="../css/index.css">
</head>
<body>
<div class="hero">
<div class="hero-body">
<div class="hero-body">
<div class="hero-head ">
</div>
<a href="https://francobg1.github.io/CSS-estudio/">
<div class="titulo ">
<h1 class="">Estudio Css</h1>
</div>
</a>
<div class="hero-section">
<header>Estudiando Css | Página 0</header>
<h1>Plantilla</h1>
<section>
<div class="desc">
<h4>Plantilla</h4>
</div>
</section>
</div>
</div>
</div>
</div>
</body>
</html>