Update styles.css

This commit is contained in:
gr00tie 2023-11-15 21:53:22 +01:00 committed by GitHub
parent 97ee7067fa
commit 593130f0a8

View file

@ -12,9 +12,10 @@ body {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
/*background: linear-gradient(to right, #0f2027, #203a43, #2c5364);*/ /*background: linear-gradient(to right, #0f2027, #203a43, #2c5364);*/
color: white; color: white;
background-image: url(../images/bck.jpg); background: url(../images/bck.jpg) no-repeat center center fixed;
background-repeat: no-repeat; -webkit-background-size: cover;
background-position: center; -moz-background-size: cover;
-o-background-size: cover;
background-size: cover; background-size: cover;
} }