ajout d'un tableau avec plus de warframes
This commit is contained in:
@@ -283,6 +283,42 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="infoarm">
|
||||
<div class="titlewar">
|
||||
<h2>Autres Warframes</h2>
|
||||
</div>
|
||||
<div class="tablearm">
|
||||
<table class="wf-table-simple">
|
||||
<tr>
|
||||
<th colspan="4">Warframes</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Excalibur</th>
|
||||
<th>Mag</th>
|
||||
<th>Nokko</th>
|
||||
<th>Nova</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<img src="./images/ImagesAndres/Excalibur.PNG" alt="Excalibur">
|
||||
</td>
|
||||
<td>
|
||||
<img src="./images/ImagesAndres/mag.PNG" alt="Mag">
|
||||
</td>
|
||||
<td>
|
||||
<img src="./images/ImagesAndres/Nokko.PNG" alt="Nokko">
|
||||
</td>
|
||||
<td>
|
||||
<img src="./images/ImagesAndres/Nova.PNG" alt="Nova">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
||||
@@ -938,6 +938,43 @@ footer {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.infoarm {
|
||||
text-align: center;
|
||||
color: white;
|
||||
background-color: #13172c;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.wf-table-simple {
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.wf-table-simple th {
|
||||
padding: 15px;
|
||||
font-size: 1.5rem;
|
||||
border: 2px solid white;
|
||||
}
|
||||
|
||||
.wf-table-simple td {
|
||||
border: 2px solid white;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.wf-table-simple img {
|
||||
width: 200px;
|
||||
height: auto;
|
||||
border-radius: 15px;
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.wf-table-simple p {
|
||||
margin-top: 10px;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
|
||||
/****************************/
|
||||
|
||||
Reference in New Issue
Block a user