Update styles.css

This commit is contained in:
gr00tie 2023-11-15 21:49:02 +01:00 committed by GitHub
parent 340d58173e
commit f8765fa35d

View file

@ -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;
}