Skip to content

Commit

Permalink
email
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrieel-Marques-Do-Nascimento committed Nov 20, 2024
1 parent 332a3d0 commit f74e32e
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions templates/E-mail.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<style>
*{
margin: 0;
padding: 0;}
body {
width: 90vw;
height: 90vh;

}
div {
width: 200px;
height: 200px;
position: relative;
left: 50%;
top: 50%;
top: 50%;
transform: translation(-50%,-50%);
}
button {
width: 80px;
height: 60px;
text-shadow: 0 0 4px black;
background: green;
font-size: 20px;
color: white;
border-radius: 20px;
font-weight: bold;
}
</style>

<!-- mini game estilo a cobrinha-->
<div>
<button>
verify
</button>
</div>
</body>
</html>

0 comments on commit f74e32e

Please sign in to comment.