asset folder

This commit is contained in:
moonmoon97 2024-02-08 13:11:49 +01:00
parent 9e1a42d03b
commit a7d4fa16fa
7 changed files with 4 additions and 13 deletions

View file

@ -102,16 +102,13 @@ body {
overflow-x: hidden;
}
.background {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100vh;
background-image: url('background.jpg');
background-image: url('Assets/background.jpg');
background-repeat: no repeat;
background-position: bottom center;
background-size: cover;
@ -296,7 +293,6 @@ body {
}
footer {
position: fixed;
display: flex;
@ -338,7 +334,6 @@ footer {
box-shadow: 0 0 5px rgb(63, 9, 126), 0 0 10px rgb(63, 9, 126);
}
.social-buttons a::before {
content: '';
position: absolute;
@ -363,8 +358,6 @@ footer {
}
/* ------------------- */
/* Utility classes */
/* ------------------- */
@ -426,8 +419,6 @@ footer {
transform: translateY(0);
}
.grid-container {
text-align: center;
display: grid;
@ -441,7 +432,7 @@ footer {
}
img,
picutre {
picture {
max-width: 100%;
display: block;
}