Skip to content

Commit

Permalink
Create Daily.css
Browse files Browse the repository at this point in the history
  • Loading branch information
juaneortiz1 authored May 8, 2024
1 parent 47b8948 commit 7eaddba
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/components/OutfitOfDay/Daily.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.daily-container {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 20px;
}

.daily-header {
font-size: 1.2rem;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}

.daily-body {
display: flex;
justify-content: center;
align-items: center;
}

.daily-outfit {
width: 200px;
height: auto;
margin: 10px;
}

0 comments on commit 7eaddba

Please sign in to comment.