Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dylaNick authored Oct 4, 2024
1 parent 87eba8a commit ec8c1a0
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
Binary file added VOCÊ SABIA (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions idex.html
Original file line number Diff line number Diff line change
@@ -0,0 1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shark wiki</title>
<link rel="stylesheet" href="style.css">

</head>
<body>

<header class="cabecalho">
<div class="logoo">
<img class="logo" src="logoo.png" alt="logo shark-wiki">
</div>
</header>

<img src="VOCÊ SABIA (1).png" alt="voce sabia?">

</body>
</html>
Binary file added logoo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 1,29 @@

body{
background-image: linear-gradient(to bottom, #8099b4, #192427);
background-repeat: no-repeat;
width: 100vw;
height: 100vh;
}

*{
margin: 0;
padding: 0;
}

header{
background-color: #b5c3d2;
}

.logo{
width: 30%;
}

.logoo{
text-align: center;
}

*{
padding: 0%;
margin: 0%;
}

0 comments on commit ec8c1a0

Please sign in to comment.