asset folder
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 507 KiB After Width: | Height: | Size: 507 KiB |
|
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
|
Before Width: | Height: | Size: 160 B After Width: | Height: | Size: 160 B |
|
|
@ -5,7 +5,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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>
|
<title>Moon Moon's hub</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<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">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
<body>
|
<body>
|
||||||
<header class="primary-header flex">
|
<header class="primary-header flex">
|
||||||
<div>
|
<div>
|
||||||
<img src="MyLogo.png" alt="M^2" class="logo">
|
<img src="assets/MyLogo.png" alt="M^2" class="logo">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="mobile-nav-toggle" aria-controls="primary-navigation"><span class="sr-only" aria-expanded="false">Menu</span></button>
|
<button class="mobile-nav-toggle" aria-controls="primary-navigation"><span class="sr-only" aria-expanded="false">Menu</span></button>
|
||||||
|
|
|
||||||
13
style.css
|
|
@ -102,16 +102,13 @@ body {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.background {
|
.background {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background-image: url('background.jpg');
|
background-image: url('Assets/background.jpg');
|
||||||
background-repeat: no repeat;
|
background-repeat: no repeat;
|
||||||
background-position: bottom center;
|
background-position: bottom center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
@ -296,7 +293,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -338,7 +334,6 @@ footer {
|
||||||
box-shadow: 0 0 5px rgb(63, 9, 126), 0 0 10px rgb(63, 9, 126);
|
box-shadow: 0 0 5px rgb(63, 9, 126), 0 0 10px rgb(63, 9, 126);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.social-buttons a::before {
|
.social-buttons a::before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -363,8 +358,6 @@ footer {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ------------------- */
|
/* ------------------- */
|
||||||
/* Utility classes */
|
/* Utility classes */
|
||||||
/* ------------------- */
|
/* ------------------- */
|
||||||
|
|
@ -426,8 +419,6 @@ footer {
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.grid-container {
|
.grid-container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
@ -441,7 +432,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
img,
|
img,
|
||||||
picutre {
|
picture {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||