Skip to content

Commit

Permalink
Add release coming soon paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Core447 committed Feb 24, 2024
1 parent 710486b commit 3e1ce6f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ <h1 class="card-title">Open Source</h1>

</div>

<h2 class="coming-soon">Release: Coming Soon</h2>

<div class="empty-area"></div>


Expand Down
13 changes: 12 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,16 @@ div.cursors div{
color: rgba(157, 96, 212, 1)
}

.coming-soon {
color: white;
font-family: "Roboto Mono", monospace;
margin-left: auto;
margin-right: auto;
margin-top: 10%;
text-align: center;
font-size: 3vw;
text-shadow: 0 0 30px rgba(157, 96, 212, 0.5);
}



Expand All @@ -275,4 +285,5 @@ div.cursors div{
.description-header {
font-size: 38px;
}
}
}

0 comments on commit 3e1ce6f

Please sign in to comment.