Skip to content

Commit

Permalink
7-places.css
Browse files Browse the repository at this point in the history
  • Loading branch information
wizkiye committed Oct 24, 2022
1 parent 15d54c3 commit 5808ca4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions web_static/styles/7-places.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.places {
width: 100%;
border: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}

.places > h1 {
font-size: 30px;
padding-left: 20px;
padding-top: 20px;
margin-bottom: 0px;
flex: 0 1 100%;
}
.places > article {
width: 390px;
padding: 20px 20px 20px 20px;
margin: 20px 20px 20px 20px;
border: 1px solid #FF5A5F;
border-radius: 4px;
display: flex;
justify-content: center;
}

.places > article > h2 {
font-size: 30px;
}

0 comments on commit 5808ca4

Please sign in to comment.