Skip to content

Commit 514ef26

Browse files
committed
footer mobile terminado
1 parent a660e80 commit 514ef26

5 files changed

Lines changed: 55 additions & 6 deletions

File tree

‎css/style.css‎

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ footer{
301301
background-color: var(--black);
302302
padding-top: 60px;
303303
position: relative;
304+
background-image: url(../img/codeblue32.png);
304305
}
305306
footer article.container{
306307
border-top: 1px solid var(--white);
@@ -310,6 +311,12 @@ footer article.container{
310311
footer figure{
311312
width: 50%;
312313
}
314+
footer .code{
315+
margin-top: 30px;
316+
width: 30%;
317+
opacity: .1;
318+
filter: grayscale(1);
319+
}
313320
footer figcaption{
314321
font-size: 16px;
315322
line-height: 22.8px;
@@ -335,7 +342,6 @@ footer figcaption{
335342
.menu-footer ul li:first-child{
336343
color: var(--green);
337344
font-family: "Poppins", Helvetica, Arial, sans-serif;
338-
font
339345
}
340346
.menu-footer a{
341347
color: var(--white);
@@ -360,6 +366,9 @@ footer figcaption{
360366
.bottonbar .container h4:last-child{
361367
text-align: right;
362368
}
369+
.bottonbar .container h4 a:hover{
370+
color:var(--green);
371+
}
363372

364373

365374
@media screen and (max-width: 376px){
@@ -521,4 +530,44 @@ footer figcaption{
521530
.popular {
522531
display: none;
523532
}
533+
534+
/* FOOTER */
535+
footer article.container{
536+
flex-flow: column;
537+
}
538+
footer figure{
539+
width: 100%;
540+
}
541+
footer figure img{
542+
display: block;
543+
width: 141px;
544+
}
545+
footer figcaption{
546+
width: 100%;
547+
}
548+
.menu-footer{
549+
width: 100%;
550+
flex-wrap: wrap;
551+
justify-content: flex-start;
552+
padding-bottom: 122px;
553+
}
554+
.menu-footer ul{
555+
width: 50%;
556+
}
557+
.menu-footer ul:nth-of-type(2){
558+
order: 1;
559+
}
560+
.menu-footer ul li{
561+
margin-bottom: 15px;
562+
}
563+
.menu-footer ul li:first-of-type{
564+
margin-bottom: 25px;
565+
}
566+
.menu-footer ul li:last-of-type{
567+
margin-bottom: 40px;
568+
}
569+
.bottonbar .container{
570+
flex-wrap: wrap;
571+
justify-content: center;
572+
}
524573
}

‎img/codeblue.png‎

1.85 KB
Loading

‎img/codeblue32.png‎

1.25 KB
Loading

‎img/jira_codeblue.png‎

6.02 KB
Loading

‎index.html‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,19 +307,19 @@ <h3>Juicy Lemon</h3>
307307
<figcaption>Your natural candle made for your home and for your wellness.</figcaption>
308308
</figure>
309309
<article class="menu-footer">
310-
<ul class="discovery">
310+
<ul>
311311
<li>Discovery</li>
312312
<li><a href="#">New season</a></li>
313313
<li><a href="#">Most searched</a></li>
314314
<li><a href="#">Most selled</a></li>
315315
</ul>
316-
<ul class="about">
316+
<ul>
317317
<li>About</li>
318318
<li><a href="#">Help</a></li>
319319
<li><a href="#">Shipping</a></li>
320320
<li><a href="#">Affiliate</a></li>
321321
</ul>
322-
<ul class="info">
322+
<ul>
323323
<li>Info</li>
324324
<li><a href="#">Contact us</a></li>
325325
<li><a href="#">Privacy Policies</a></li>
@@ -329,8 +329,8 @@ <h3>Juicy Lemon</h3>
329329
</article>
330330
<section class="bottonbar">
331331
<div class="container">
332-
<h4>©Candleaf All Rights Reserved.</h4>
333-
<h4>Coded by Wagner Trezub</h4>
332+
<h4><a href="https://codeblue.com.br/" target="_blank">©Codeblue</a> All Rights Reserved.</h4>
333+
<h4>Coded by <a href="https://www.linkedin.com/in/wagner-trezub/" target="_blank">Wagner Trezub</a></h4>
334334
</div>
335335
</section>
336336
</footer>

0 commit comments

Comments
 (0)