uppercase some site text

This commit is contained in:
Kevin Ngo
2018-12-09 05:02:04 -08:00
parent e020592ee7
commit a31eba203e
2 changed files with 8 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
<img src="site/assets/sslogo.png" class="imgfill">
<h1>An open source clone of Beat Saber with 6000 songs</h1>
<h1 id="header">An open source clone of Beat Saber with 6000 songs</h1>
<div id="video">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/PKOPO4OqgYo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
@@ -92,7 +92,7 @@
<section class="short">
<h2>How to Play</h2>
<img src="site/assets/tutorial.png" width="100%">
<p style="text-align: center">Install Supermedium on a Vive or Rift and navigate to Super Saber!</p>
<p style="text-align: center">Install Supermedium on a Vive or Rift and navigate to Super Saber</p>
</section>
<footer>

View File

@@ -298,3 +298,9 @@ h1 span {
#credit {
font-size: 16px;
}
#header,
footer,
.short h2 {
text-transform: uppercase;
}