diff --git a/css/style.css b/css/style.css index 64c6241..a630fc6 100644 --- a/css/style.css +++ b/css/style.css @@ -16,7 +16,7 @@ p { } header { - background-color: #5A83F5; + background-image: linear-gradient(#5a83f5, #032b9b); color: white; height: 150px; width: 100%; @@ -142,7 +142,7 @@ a { left: 0; bottom: 0; width: 100%; - background-color:#5A83F5; + background-image: linear-gradient(#5a83f5, #032b9b); padding: 10px; font-family: 'Open Sans', sans-serif; color: white;