From 85bac2f95a5d23cf9e29dadd73dda3d4ef3bf12f Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 22 Aug 2022 20:55:38 +0200 Subject: Conejos. --- css/style.css | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 5be730e..154ff5c 100644 --- a/css/style.css +++ b/css/style.css @@ -38,20 +38,19 @@ h1 { } .navbar { - list-style-type: none; margin: 0; padding: 0; font-size: 1.1em; display: flex; - flex-flow: row; + flex-direction: row; flex-wrap: wrap; justify-content: space-around; + align-items: center; } .navbar a { flex-basis: 10%; flex-grow: 1; - display: block; color: #CBD7E1; padding: 20px 20px; text-align: center; @@ -162,6 +161,21 @@ img, video { background: white; } +.collection { + margin: 0; + padding: 0; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-around; + align-items: baseline; + align-content: space-around; +} + +.collection > * { + margin: 2% 0; +} + @media only screen and (max-width: 600px) { h1 { -- cgit v1.2.1