carloswinter #1

Merged
carloswinter merged 9 commits from carloswinter into main 2022-10-11 13:31:34 +00:00
4 changed files with 25 additions and 4 deletions
Showing only changes of commit 727b1d5830 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

View File

@ -251,17 +251,22 @@ body{
text-align: center; text-align: center;
} }
.topinfo-img{ .topinfo-img{
width: 13%; width: 13vw;
} }
.topcard-text{ .topcard-text{
font-weight: 400; font-weight: 400;
font-size: 32px; font-size: 32px;
line-height: 48px; line-height: 48px;
} }
.topcard figure img{
width: 3vw;
}
.middlecard-text{ .middlecard-text{
font-size: 32px; font-size: 32px;
line-height: 48px; line-height: 48px;
} }
.middlecard figure img{
width: 3vw;
}
} }

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="pt-BR">
<head> <head>
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@ -14,7 +14,9 @@
<body> <body>
<header class="header"> <header class="header">
<figure> <figure>
<img src="./assets/images/svg/Logo-M3Academy.svg" alt="Logo-M3Academy"> <a href="#">
<img src="./assets/images/svg/Logo-M3Academy.svg" alt="Logo-M3Academy">
</a>
</figure> </figure>
</header> </header>
<section class="topbanner"> <section class="topbanner">
@ -96,6 +98,20 @@
</figure> </figure>
</div> </div>
</section> </section>
<section class="bottombanner">
<h2 class="bottombanner-subtitle">
Lorem ipsum dolor sit amet
</h2>
<p class="bottombanner-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate sapien non libero faucibus interdum. In eget tincidunt ipsum.
Quisque a tellus at lectus blandit tempor. Ut tristique auctor mi eget hendrerit. Curabitur venenatis felis vitae sagittis venenatis.
Donec finibus turpis vitae lectus interdum rutrum vitae sed augue.
</p>
<figure>
<img src="./assets/images/img/bottom-bannerdesktop.png" alt="">
<img src="./assets/images/img/bottom-bannermobile.png" alt="">
</figure>
</section>
</main> </main>
</body> </body>