-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Felipe Ribeiro
committed
Apr 11, 2024
1 parent
485cb82
commit 2646d72
Showing
12 changed files
with
168 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
footer { | ||
display: flex; | ||
width: 100%; | ||
justify-content: flex-end; | ||
position: fixed; | ||
right: 0; | ||
bottom: 0; | ||
padding: 20px; | ||
} | ||
|
||
footer img { | ||
width: 70px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.card img { | ||
width: 40px; | ||
} | ||
|
||
.card * { | ||
text-decoration: none; | ||
} | ||
|
||
.col { | ||
width: 100%; | ||
height: max-content; | ||
padding: 20px; | ||
} | ||
|
||
.card { | ||
display: flex; | ||
flex-direction: column; | ||
width: 100%; | ||
height: 150px; | ||
border-radius: 5px; | ||
background-color: #F0F9FF; | ||
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2); | ||
color: #000; | ||
} | ||
|
||
.card-body { | ||
margin: 20px; | ||
} | ||
|
||
.card * { | ||
font-weight: 400; | ||
} | ||
|
||
.cards-container { | ||
display: grid; | ||
width: 100%; | ||
gap: 0 20px; | ||
grid-template-columns: repeat(auto-fit, minmax(250px, 300px)); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.