From 2ab838e974281d191e51f2299f857f71870f4846 Mon Sep 17 00:00:00 2001 From: Robert Jeutter <48153869+wieerwill@users.noreply.github.com> Date: Mon, 25 Mar 2019 16:36:11 +0100 Subject: [PATCH] Update index.css --- index.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index b1a8afc..9230476 100644 --- a/index.css +++ b/index.css @@ -24,9 +24,20 @@ a { } .card-img{ - margin-top:10%; - height:80%; + display: block; + margin-left: auto; + margin-right: auto; + margin-top:20%; + max-height:80%; + max-width:80%; + border-radius: 20%; + border-style: } +.card-img:hover { + -webkit-transform: scaleX(-1); + transform: scaleX(-1); +} + .list-inline-item{ size:15px; color:#00004d;