Super Small Patches
This commit is contained in:
parent
e805100ffb
commit
91ffcc3e59
2 changed files with 8 additions and 2 deletions
8
home.css
8
home.css
|
|
@ -34,7 +34,7 @@ body {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
p, h1, h2 {
|
||||
h1, h2, p {
|
||||
text-shadow: 2px 2px 2px black;
|
||||
}
|
||||
|
||||
|
|
@ -397,4 +397,10 @@ button:disabled:hover {
|
|||
transition: 0.3s;
|
||||
background: white;
|
||||
transform: translateX(-50%);
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#opening {
|
||||
text-shadow: 2px 2px 2px transparent;
|
||||
}
|
||||
|
|
@ -88,6 +88,6 @@
|
|||
<div class="backdrop-blur"></div>
|
||||
<video src="assets/intro.mp4" id="introVid" autoplay>
|
||||
</video>
|
||||
<p id="opening" style="color: black; z-index: 100; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none;">Please Click.</p>
|
||||
<p id="opening" style="color: black; z-index: 100; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; text-shadow: transparent;">Please Click.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue