This commit is contained in:
jme9
2024-11-30 17:31:03 -08:00
parent 0c40ea93a9
commit 33b38682c1
3 changed files with 15 additions and 7 deletions
+3 -3
View File
@@ -110,9 +110,9 @@ body {
margin: 0;
font-family: Arial, sans-serif;
background-image: url("../images/Clouds.png");
background-size: cover; /* Ensure the image covers the entire viewport */
background-position: left; /* Center the image */
background-attachment: fixed; /* Make the image fixed during scrolling */
background-size: cover;
background-position: left;
background-attachment: fixed;
}
.navbar {
+4
View File
@@ -18,6 +18,10 @@
</nav>
</header>
<section id="title" class="title-section">
</section>
<section id="about" class="about-section">
<h1 class="section-title">About Me</h1>
</section>
+8 -4
View File
@@ -2,9 +2,9 @@ body {
margin: 0;
font-family: Arial, sans-serif;
background-image: url("../images/Clouds.png");
background-size: cover; /* Ensure the image covers the entire viewport */
background-position: left; /* Center the image */
background-attachment: fixed; /* Make the image fixed during scrolling */
background-size: cover;
background-position: left;
background-attachment: fixed;
}
.navbar {
@@ -23,7 +23,11 @@ body {
text-decoration: none;
}
section {
.title-section {
height: 400;
}
.about-section {
padding: 2rem;
color: #fff;
margin-top: 2rem;