This commit is contained in:
SilicoFlare
2022-11-04 19:27:25 +05:30
committed by GitHub
parent 682ccc02a7
commit 829f26b104
2 changed files with 7 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
<body> <body>
<center> <center>
<h0>404</h0><br> <h0>404</h0><br>
<p>Sorry, that page doesn't exist.</p> <p class="msg">Sorry, that page doesn't exist.</p>
</center> </center>
</body> </body>
</html> </html>

View File

@@ -86,8 +86,12 @@ header {
} }
h0 { h0 {
font-size: 750%; font-size: 1000%;
background-color: #7F00FF; color: #7F00FF;
}
p.msg {
font-size: 150%;
} }
h1 { h1 {