Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdevil authored Aug 1, 2024
1 parent b4af673 commit be51c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
height: 100vh;
}
.container {
background-color: rgba(255, 255, 255, 0.9);
background-color: rgba(0, 255, 255, 0.9);
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
Expand Down Expand Up @@ -47,7 +47,7 @@
<body>
<div class="container">
<h1>Josh McElroy</h1>
<p>Welcome to my portfolio! Here you can find links to some of the projects I've worked on.</p>
<p>Welcome! Here you can find links to some of the projects I've worked on:</p>
<div class="projects">
<h2>My Projects</h2>
<div class="project">
Expand Down

0 comments on commit be51c72

Please sign in to comment.