Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kvsc27 authored Jul 29, 2024
1 parent 3ca26e5 commit 300ae4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions intro-to-flexbox/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ h3 {
/* --- Groups & Items --- */

.group {
display: flex;
flex-direction: row;
}

.item {
flex: 1;
margin: 10px;
}

.item-double {
flex: 2;
}

0 comments on commit 300ae4a

Please sign in to comment.