update
This commit is contained in:
+3
-3
@@ -110,9 +110,9 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
background-image: url("../images/Clouds.png");
|
background-image: url("../images/Clouds.png");
|
||||||
background-size: cover; /* Ensure the image covers the entire viewport */
|
background-size: cover;
|
||||||
background-position: left; /* Center the image */
|
background-position: left;
|
||||||
background-attachment: fixed; /* Make the image fixed during scrolling */
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
|
|||||||
@@ -18,6 +18,10 @@
|
|||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<section id="title" class="title-section">
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id="about" class="about-section">
|
<section id="about" class="about-section">
|
||||||
<h1 class="section-title">About Me</h1>
|
<h1 class="section-title">About Me</h1>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
background-image: url("../images/Clouds.png");
|
background-image: url("../images/Clouds.png");
|
||||||
background-size: cover; /* Ensure the image covers the entire viewport */
|
background-size: cover;
|
||||||
background-position: left; /* Center the image */
|
background-position: left;
|
||||||
background-attachment: fixed; /* Make the image fixed during scrolling */
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
@@ -23,7 +23,11 @@ body {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
.title-section {
|
||||||
|
height: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-section {
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user