Skip to content

Commit 6d7f43f

Browse files
committed
correção de links
1 parent 514ef26 commit 6d7f43f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

‎css/style.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
}
77
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Roboto:wght@400;500&display=swap');
88
*{
9-
scroll-behavior: smooth;
109
transition: all .3s ease-in;
10+
scroll-behavior: smooth;
1111
}
1212
p,a,span{
1313
font: 500 16px/28px "Roboto", Helvetica, Arial, sans-serif;

‎index.html‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ <h1><a href="/"><img src="img/logo.png" alt="Brand Logo"></a></h1>
4040
<span></span>
4141
</div>
4242
<ul>
43-
<li><a href="">Discovery</a></li>
43+
<li><a href="#learn">Discovery</a></li>
4444
<li><a href="">About</a></li>
45-
<li><a href="">Contact us</a></li>
45+
<li><a href="#footer">Contact us</a></li>
4646
</ul>
4747
</nav>
4848
<div>
@@ -94,7 +94,7 @@ <h3>Juicy Lemon</h3>
9494
<p>9,99$</p>
9595
</div>
9696
</article>
97-
<article class="produto produto-box5 m-">
97+
<article class="produto produto-box5 m-hide">
9898
<div class="img_produto img_produto5"></div>
9999
<div>
100100
<h3>Windy Lavanda</h3>
@@ -126,7 +126,7 @@ <h3>Clean Lavander</h3>
126126
</article>
127127
</div>
128128
</section>
129-
<section class="learn-more">
129+
<section class="learn-more" id="learn">
130130
<div class="container">
131131
<div>
132132
<h2>Clean and fragrant soy wax</h2>
@@ -300,10 +300,10 @@ <h3>Juicy Lemon</h3>
300300
</div>
301301
</section>
302302

303-
<footer>
303+
<footer id="footer">
304304
<article class="container">
305305
<figure>
306-
<img src="img/logo-dark.png" alt="Logo da Candleaf">
306+
<a href="#top"><img src="img/logo-dark.png" alt="Logo da Candleaf"></a>
307307
<figcaption>Your natural candle made for your home and for your wellness.</figcaption>
308308
</figure>
309309
<article class="menu-footer">

0 commit comments

Comments
 (0)