Skip to content

Commit

Permalink
Window Color Testing
Browse files Browse the repository at this point in the history
Added placeholder links to the website
  • Loading branch information
GolimarGit committed Feb 2, 2024
1 parent dd6e450 commit 24be1cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ <h1>Golimar's Blog</h1>

<div class="navbar">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Me</a></li>
<li><a href="#">Contact Me</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">About Me</a></li>
<li><a href="mailto:laurenzgomez23@gmail.com">Contact Me</a></li>
</ul>
</div>

Expand Down
10 changes: 5 additions & 5 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
grid-template-columns: repeat(3, 1fr);
width: 100 vw;
height: 100 vh;
background-color: lightskyblue;
background-color: gray;
}

.header {
grid-row: 1 / 1;
grid-column: 1 / 3;
background-color: lightpink;
background-color: royalblue;
}

.body {
grid-row: 2 / 2;
grid-column: 2 / 2;
background-color: lightsalmon;
background-color: skyblue;
}

.navbar {
grid-row: 2 / 2;
grid-column: 1 / 3;
background-color: lightgreen;
background-color: darkblue;
}

.ads {
Expand All @@ -41,5 +41,5 @@
.footer {
grid-row: 3 / 3;
grid-column: 1 / 3;
background-color: lightcoral;
background-color: royalblue;
}

0 comments on commit 24be1cf

Please sign in to comment.