diff --git a/includes/styles.css b/includes/styles.css index dfeee63..75f221d 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -12,6 +12,10 @@ body { font-family: 'Roboto', sans-serif; background: linear-gradient(to right, #0f2027, #203a43, #2c5364); color: white; + background-image: url(../images/bck.jpg); + background-repeat: no-repeat; + background-position: center; + background-size: cover; }