|
|
@ -1,65 +1,81 @@ |
|
|
<html lang="pt-br"> |
|
|
<html lang="pt-br"> |
|
|
<head> |
|
|
<head> |
|
|
<link rel="stylesheet" href="style.css"> |
|
|
|
|
|
|
|
|
<meta charset="UTF-8"/> |
|
|
|
|
|
<link rel="stylesheet" href="style.css"/> |
|
|
|
|
|
<link rel="stylesheet/less" type="text/css" href="styles/styles.less" /> |
|
|
|
|
|
<script src="scripts/less.min.js" type="text/javascript"></script> |
|
|
</head> |
|
|
</head> |
|
|
|
|
|
|
|
|
<body> |
|
|
<body> |
|
|
<h1>PRATICANDO VIM</h1> |
|
|
|
|
|
<p>RUNNING TABLE</p> |
|
|
|
|
|
|
|
|
<header> |
|
|
|
|
|
<ul> |
|
|
|
|
|
<li>Incio</li> |
|
|
|
|
|
<li>Personagens</li> |
|
|
|
|
|
<li>Curiosidades</li> |
|
|
|
|
|
</ul> |
|
|
|
|
|
</header> |
|
|
|
|
|
|
|
|
<div> |
|
|
|
|
|
<table border="1" width="100%"> |
|
|
|
|
|
<thead> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<th colspan="3">Running</th> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</thead> |
|
|
|
|
|
|
|
|
<main> |
|
|
|
|
|
<div class="titulo"> |
|
|
|
|
|
<h1 class="titulo-principal">AVENGERS</h1> |
|
|
|
|
|
<p class="titulo-texto">Super heróis no mundoverso</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<tbody> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>Monday</td> |
|
|
|
|
|
<td>Wednesday</td> |
|
|
|
|
|
<td>Sartuday</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
<div class="table"> |
|
|
|
|
|
<table border="4" width="30%" height="50%"> |
|
|
|
|
|
<thead> |
|
|
|
|
|
<tr align="center"> |
|
|
|
|
|
<th>Heróis</th> |
|
|
|
|
|
<th>Características</th> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</thead> |
|
|
|
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>5 km</td> |
|
|
|
|
|
<td>6 km</td> |
|
|
|
|
|
<td>12 km</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
<tbody> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>Homem de Ferro</td> |
|
|
|
|
|
<td>Inteligente | Confiante</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
|
|
|
<td> km</td> |
|
|
|
|
|
<td> km</td> |
|
|
|
|
|
<td> km</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</tbody> |
|
|
|
|
|
</table> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>Capitão América</td> |
|
|
|
|
|
<td>Líder | Ex-militar</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
<div> |
|
|
|
|
|
<form> |
|
|
|
|
|
<div class="datas"> |
|
|
|
|
|
<div> |
|
|
|
|
|
<label for="name">Name:</label> |
|
|
|
|
|
<input class="datas-running" type="text" name="name" placeholder="Type your name"/> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>Thor</td> |
|
|
|
|
|
<td>Deus do trovão</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
<div> |
|
|
|
|
|
<label for="name">Distance:</label> |
|
|
|
|
|
<input class="datas-running" type="text" name="name" placeholder="Type your distance"/> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>Hulk</td> |
|
|
|
|
|
<td>Super forte</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
<div> |
|
|
|
|
|
<label for="name">Time:</label> |
|
|
|
|
|
<input class="datas-running" type="text" name="name" placeholder="Type your time"/> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>Viúva Negra</td> |
|
|
|
|
|
<td>Destreza | Agilidade</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
<div> |
|
|
|
|
|
<button id="button">Register</button> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>Arqueiro Verde</td> |
|
|
|
|
|
<td>Calculista | Agilidade</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</tbody> |
|
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
|
|
|
<div class="button"> |
|
|
|
|
|
<input type="text" placeholder="Escolha seu herói"> |
|
|
|
|
|
<button id="btn" type="submit">Mostrar herói</button> |
|
|
</div> |
|
|
</div> |
|
|
</form> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<footer> |
|
|
|
|
|
<div class=rodape_texto""> |
|
|
|
|
|
<p>Copyright 2023</p> |
|
|
|
|
|
<p>Em memória do grande herói Homem de Ferro</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</footer> |
|
|
|
|
|
</main> |
|
|
|
|
|
|
|
|
|
|
|
<script src="scripts/main.js"></script> |
|
|
</body> |
|
|
</body> |
|
|
</html> |
|
|
</html> |