Skip to content

Commit

Permalink
Organizando arquivos e centralizando itens no projeto de vídeos
Browse files Browse the repository at this point in the history
  • Loading branch information
renatojuniorj94 committed Jan 14, 2025
1 parent 7db901c commit 78873d4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions html-css-curso-em-video/DESAFIOS/d009 - cap 11/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<title>Meus vídeos</title>
</head>
<body style="background-color: black;">
<h1 style="color: white; text-align: center;">Vídeos legais para assistir</h1>
<picture>
<a href="hardware.html"><img src="imagens/thumb-hardware.png"></a>
<a href="javascript.html"><img src="imagens/thumb-js.png"></a>
<br>
<a href="html.html"><img src="imagens/thumb-html.png"></a>
<a href="python.html"><img src="imagens/thumb-python.png"></a>
</picture>
<div style="display: flex; justify-content: center; align-items: center;">
<picture>
<a href="hardware.html"><img src="imagens/thumb-hardware.png"></a>
<a href="javascript.html"><img src="imagens/thumb-js.png"></a>
<br>
<a href="html.html"><img src="imagens/thumb-html.png"></a>
<a href="python.html"><img src="imagens/thumb-python.png"></a>
</picture>
</div>
</body>
</html>
Empty file.

0 comments on commit 78873d4

Please sign in to comment.