Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -30
index.html
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
<title>¿Title?</title>
|
7 |
|
8 |
<!-- Bootstrap CSS files-->
|
9 |
-
|
10 |
-
|
11 |
<!-- Google web fonts -->
|
12 |
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700" rel="stylesheet">
|
13 |
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600" rel="stylesheet">
|
@@ -38,34 +38,6 @@
|
|
38 |
</ul>
|
39 |
|
40 |
|
41 |
-
<ul>
|
42 |
-
<li class="row">
|
43 |
-
<div class="image">
|
44 |
-
<img src="http://placehold.it/350x150">
|
45 |
-
</div>
|
46 |
-
<div class="text">
|
47 |
-
<p>Lorem ipsum</p>
|
48 |
-
</div>
|
49 |
-
</li>
|
50 |
-
|
51 |
-
<li class="row">
|
52 |
-
<div class="image">
|
53 |
-
<img src="http://placehold.it/350x150">
|
54 |
-
</div>
|
55 |
-
<div class="text">
|
56 |
-
<p>Lorem ipsum</p>
|
57 |
-
</div>
|
58 |
-
</li>
|
59 |
-
<li class="row">
|
60 |
-
<div class="image">
|
61 |
-
<img src="http://placehold.it/350x150">
|
62 |
-
</div>
|
63 |
-
<div class="text">
|
64 |
-
<p>Lorem ipsum</p>
|
65 |
-
</div>
|
66 |
-
</li>
|
67 |
-
</ul>
|
68 |
-
|
69 |
</body>
|
70 |
</html>
|
71 |
|
|
|
6 |
<title>¿Title?</title>
|
7 |
|
8 |
<!-- Bootstrap CSS files-->
|
9 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
10 |
+
|
11 |
<!-- Google web fonts -->
|
12 |
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700" rel="stylesheet">
|
13 |
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600" rel="stylesheet">
|
|
|
38 |
</ul>
|
39 |
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
</body>
|
42 |
</html>
|
43 |
|