Skip to content

Commit

Permalink
código final
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianogasquess authored Mar 12, 2024
1 parent befde47 commit 03ce933
Showing 1 changed file with 42 additions and 14 deletions.
56 changes: 42 additions & 14 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,54 @@ img .icon{
width: fit-content;
}

* {
font-family: 'Poppins', sans-serif;
@media (max-widht: 450px) {
h1 {
color: #fe4938;
}
h2 {
color: #e9a209;
}
}

@media (min-widht: 768px) and (max-widht: 1024px) {
h1 {
color: #f8d477;
}
h2 {
color: #fbd951;
}
}

@media (orientation: landscape) {
h1 {
color: #ffe100;
}
h2 {
color: #fe4938;
}
}

.card-opções {
border-radius: 40px;
}

* {
font-family: "Poppins", sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;

}

html {
}

html {
scroll-behavior: smooth;

}

body {
}

body {
background-color: var(--color-primary-1);
}

section {
}
section {
padding: 28px 8%;
}

.btn-default {
border: none;
Expand Down

0 comments on commit 03ce933

Please sign in to comment.