uppercase some site text
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -298,3 +298,9 @@ h1 span {
|
||||
#credit {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#header,
|
||||
footer,
|
||||
.short h2 {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user