2022-10-10 22:54:03 +00:00
<!DOCTYPE html>
< html lang = "pt-br" >
2022-10-10 23:13:56 +00:00
< head >
2022-10-10 23:50:15 +00:00
< link rel = "preconnect" href = "https://fonts.googleapis.com" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
2022-10-10 23:13:56 +00:00
< meta charset = "UTF-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< link rel = "stylesheet" href = "./style.css" >
2022-10-10 23:50:15 +00:00
< link href = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel = "stylesheet" >
2022-10-10 23:13:56 +00:00
< title > Desafio-1< / title >
< / head >
< body >
< header >
< img src = "./assets/Logo-M3Academy 1.png" alt = "logo m3"
/>
< / header >
< section >
< img class = "top-banner-desktop" src = "./assets/Rectangle 9.png" alt = "laptop com codigos"
/>
< img class = "top-banner-mobile" src = "./assets/Rectangle 9 mobile.png" alt = "laptop com codigos"
/>
< / section >
2022-10-10 23:50:15 +00:00
< section class = "info-section" >
< div >
< h2 >
LOREM IPSUM
< / h2 >
< h1 >
DOLOR SIT AMET
< / h1 >
< p >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.
< / p >
< / div >
< img src = "./assets/fxemoji_threenetworkedcomputers.svg" alt = "desenho de tres computadores"
/>
< / section >
2022-10-11 14:29:40 +00:00
< section class = "top-cards" >
< div class = "top-cards-box" >
< img src = "./assets/shop 1.svg" alt = "desenho loja"
/>
< p >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / p >
< / div >
< div class = "top-cards-box" >
< img src = "./assets/shopping-bag (1) 1.svg" alt = "desenho sacola de compra"
/>
< p >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / p >
< / div >
< div class = "top-cards-box" >
< img src = "./assets/coin 1.svg" alt = "desenho mao com moeda"
/>
< p >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / p >
< / div >
< / section >
2022-10-10 23:13:56 +00:00
< / body >
2022-10-10 22:54:03 +00:00
< / html >