This commit is contained in:
juFried 2024-01-29 22:06:05 -07:00
commit 57c3cf1a03

View file

@ -1,6 +1,6 @@
@font-face { font-family: OpenSans; src: url('../Resources/openSans.ttf'); }
html{
background-color: #f1f1f1;
background-color: #c3153a;
font-family: OpenSans;
}
/*SCROLLBAR*/
@ -21,7 +21,6 @@
/* Logo + Background Image */
.logo-container {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
@ -102,14 +101,14 @@
h1{
color: #141415
}
/*
body {
background-image: url('../Resources/Homepage-Picture.jpg');
background-position: center;
background-repeat: no-repeat;
background-position-y: top;
z-index: 150;
}
}*/