Dev #120

Merged
gr00tie merged 17 commits from dev into main 2023-11-15 21:34:08 +00:00
Showing only changes of commit 27bac5347a - Show all commits

View file

@ -12,6 +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-repeat: no-repeat;
background-position: center;
background-size: cover;
} }