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

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 507 KiB

After

Width:  |  Height:  |  Size: 507 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 160 B

After

Width:  |  Height:  |  Size: 160 B

Before After
Before After

View file

@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/jpg" href="Avatar_editv3.png">
<link rel="shortcut icon" type="image/jpg" href="Assets/Avatar_editv3.png">
<title>Moon Moon's hub</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@ -15,7 +15,7 @@
<body>
<header class="primary-header flex">
<div>
<img src="MyLogo.png" alt="M^2" class="logo">
<img src="assets/MyLogo.png" alt="M^2" class="logo">
</div>
<button class="mobile-nav-toggle" aria-controls="primary-navigation"><span class="sr-only" aria-expanded="false">Menu</span></button>

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