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 +}