Skip to content

Commit

Permalink
ajustando convite
Browse files Browse the repository at this point in the history
  • Loading branch information
felipetaua committed Nov 11, 2024
1 parent d93ee01 commit 43bd6f9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 5 additions & 3 deletions convite.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- minhatura -->
<link rel="shortcut icon" href="./img/logo-mini.ico" type="image/x-icon">
</head>

Expand Down Expand Up @@ -66,7 +65,7 @@ <h1 class="headline">
</div>
</section>
<!-- envelope -->
<section>
<section class="sectionConvite">
<div class="container">
<div class="envelope-wrapper">
<div class="envelope">
Expand All @@ -82,6 +81,9 @@ <h1 class="headline">
</div>
<div class="heart"> <img width="30px" height="30px" pointer="" src="./img/lacre.png" alt=""> </div>
</div>
<div>
<h1>* flecha para cima *</h1>
</div>
</div>
<script>
const envelope = document.querySelector('.envelope-wrapper');
Expand Down Expand Up @@ -181,8 +183,8 @@ <h1 class="linkTitle">Resource</h1>
<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>
<script src="./script.js"></script>
<script src="./timer.js"></script>
<script src="./script.js"></script>
</body>

</html>
Binary file added img/chevron-double-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions styles/envelope.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
--txt-color: #444;
--heart-color: rgb(252, 8, 231);
}
.container {
height: 100vh;
display: grid;

.sectionConvite {
place-items: center;
}


.container {}
.container > .envelope-wrapper {
background: var(--bg-envelope-color);
box-shadow: 0 0 40px var(--shadow-color);
Expand Down Expand Up @@ -65,7 +67,7 @@
}
.heart {
position: absolute;
top: 50%;
top: 142%;
left: 50%;
width: 15px;
height: 15px;
Expand Down

0 comments on commit 43bd6f9

Please sign in to comment.