largesized

This commit is contained in:
SilicoFlare
2022-11-04 19:39:35 +05:30
committed by GitHub
parent 0cbcde3a15
commit efac2311d1
2 changed files with 5 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
<center> <center>
<h0>404</h0><br> <h0>404</h0><br>
<p class="msg">Sorry, that page doesn't exist.</p><br><br> <p class="msg">Sorry, that page doesn't exist.</p><br><br>
<button onclick="window.location.href = 'index.html';"><h6>Back To Home Page</h6></button> <button class="large" onclick="window.location.href = 'index.html';">Back To Home Page</button>
</center> </center>
</body> </body>
</html> </html>

View File

@@ -36,6 +36,10 @@ button {
transition-duration: 0.4s; transition-duration: 0.4s;
} }
button.large {
font-size: 150%;
}
button.listing button.listing
{ {
width: 75%; width: 75%;