From 5333e6df970c4629c5ef7bf4f395326fdd109eb9 Mon Sep 17 00:00:00 2001 From: soundaryashekhar <56516822+soundaryashekhar@users.noreply.github.com> Date: Sun, 13 Oct 2019 23:37:36 +0530 Subject: [PATCH] update style.css please accept --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 27e4f27..ef174ea 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ } img{ height:300px; - width:450px; + width:460px; margin:15px; transition:all 1s; } @@ -16,12 +16,12 @@ h1{ text-align:center; font-size:3em; border-right:2px solid pink; - box-shadow:4px 4px 5px #888888; + box-shadow:5px 4px 5px #888888; } body{ - background-color:rgba(120, 101, 101,0.2); + background-color:rgba(125, 101, 101,0.2); } img:hover{ transform:scale(1.1); /*transform:skewX(10deg);*/ -} \ No newline at end of file +}