Skip to content

Instantly share code, notes, and snippets.

@olhapao
Last active March 25, 2022 17:17
Show Gist options
  • Select an option

  • Save olhapao/4cb25c657a717906da99559c63782cc7 to your computer and use it in GitHub Desktop.

Select an option

Save olhapao/4cb25c657a717906da99559c63782cc7 to your computer and use it in GitHub Desktop.
Murilo 2° jogos
<h1> Favoritos </h1>
<table class="imcTable">
<tr>
<th>JOGOS</th>
<th>PREÇOS</th>
<th>DATA DE LANÇAMENTO</th>
<th>DESENVOLVEDOR</th>
</tr>
<tbody>
<tr>
<td>Demon's Souls Remake</td>
<td>R$ 189,90</td>
<td> 12 de novembro de 2020</td>
<td> Bluepoint Games, Japan Studio</td>
</tr>
<td>Dark Souls Remastered</td>
<td>R$ 129,90</td>
<td>24 de maio de 2018</td>
<td> FromSoftware, Virtuos, QLOC</td>
<tr>
<td>Dark Souls 3</td>
<td>R$ 159,90</td>
<td>24 de março de 2016</td>
<td>FromSoftware</td>
</tr>
<tr>
<td> Sekiro Shadows Die Twige</td>
<td>R$ 199,90</td>
<td> 22 de março de 2019</td>
<td>FromSoftware, Activision</td>
</tr>
<tr>
<td>
Minecraft PC - Jogo Original</td>
<td>R$ 24,90</td>
<td>18 de novembro de 2011</td>
<td> Mojang Studios, Other Ocean Interactive, 4J Studios, Xbox Game Studios</td>
</tr>
<tr>
<td>Elden Ring</td>
<td>R$ 249,90</td>
<td>25 de fevereiro de 2022</td>
<td>FromSoftware</td>
</tr>
</tbody>
</table>
document.getElementsByTagName("imcTable")
[0].style.fontSize = "12 vw";
h1{
font-family:arial ;
}
body{
font-family: arial;
text-align:center;
background-color:black;
color:red;
}
.imcTable{ width: 100%;}
.imcTable
@olhapao
Copy link
Author

olhapao commented Mar 25, 2022

preguiça

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment