-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrack.html
35 lines (29 loc) · 1.17 KB
/
rack.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
<!DOCTYPE html>
<html>
<head>
<title>Torres Chile</title>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="CSS.css">
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="HTML.html">Torres Lanchas</a>
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="Forma.html">Contacto</a>
</li>
</ul>
</nav>
<div class="container">
<div class="col-lg-6 col-sm-6">
<div class="img-thumbnail">
<img src="https://github.com/Eljoseto/PaginaJorge/blob/master/Imagenes/R-BS-bat-shape-wakeboard-tower-racks.jpg_220x220(RGB)(noise_scale)(Level1)(x2.000000).jpg?raw=true" class="img-fluid">
</div>
</div>
<div class="col-lg-6 col-sm-6 descripcion">
<p> Rack de Wakeboard para Lancha modelo ····</p>
<p> Material: acero inoxidable</p>
<p> Dimensiones:asdasd</p>
</div>