Skip to content

Commit

Permalink
add places css
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonBature committed Oct 22, 2023
1 parent b48914e commit f36c8c9
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions web_static/styles/7-places.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/*
======================
Places styles
======================
*/

section.places h1 {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: left;
font-size: 30px;
}

article {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
width: 390px;
padding: 20px;
margin: 20px;
border: 1px solid #FF5A5F;
border-radius: 4px;
font-size: 30px;
text-align: center;
}

section.places article {
display: inline-block;
}

.places {
text-align: center;
}

0 comments on commit f36c8c9

Please sign in to comment.