diff --git a/web_static/styles/7-places.css b/web_static/styles/7-places.css new file mode 100644 index 0000000..74bf59b --- /dev/null +++ b/web_static/styles/7-places.css @@ -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; +}