Skip to content

Commit

Permalink
update day 17
Browse files Browse the repository at this point in the history
  • Loading branch information
archeana committed Jan 24, 2024
1 parent 6450800 commit a562133
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Day_16/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a class="card home-card" href="https://archeana.github.io/JS30/" onclick="goToHomepage()">
<span>Home</span>
</a>
<a class="card next-card" href="#" onclick="goToNextProject()">
<a class="card next-card" href="https://archeana.github.io/JS30/Day_17/index.html" onclick="goToNextProject()">
<span>Next</span>
</a>
</div>
Expand Down
11 changes: 7 additions & 4 deletions Day_17/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
background-size: cover;
display: flex;
align-items: center;
min-height: 100vh;
min-height: 80vh;
}

.navigation {
Expand Down Expand Up @@ -45,15 +45,18 @@ body {
}



ul{
margin:auto;
}


#bands {
list-style: inside;
margin-top: 10%;
font-size: 20px;
background: white;
width: 500px;
margin: auto;
width: 400px;

padding: 0;
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.05);
}
Expand Down
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,15 @@ <h1>30 Day Vanilla JS Coding Challenge</h1>
</div>
</div>
</div>
<div class="card">Day 17</div>

<div class="card">
<div class="card-inner">
<div class="card-front">Day 17</div>
<div class="card-back"><a href="https://archeana.github.io/JS30/Day_17/index.html"
target="_blank">Done</a>
</div>
</div>
</div>
<div class="card">Day 18</div>
<div class="card">Day 19</div>
<div class="card">Day 20</div>
Expand Down

0 comments on commit a562133

Please sign in to comment.