diff --git a/style.css b/style.css index 27e4f27..20fae8b 100644 --- a/style.css +++ b/style.css @@ -19,9 +19,9 @@ h1{ box-shadow:4px 4px 5px #888888; } body{ - background-color:rgba(120, 101, 101,0.2); + background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%); } img:hover{ transform:scale(1.1); /*transform:skewX(10deg);*/ -} \ No newline at end of file +}