fix screen resolution problem

This commit is contained in:
SrIzan10
2021-03-01 16:52:35 +01:00
parent b2d1f0080d
commit 1437d8079b
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<!--If it's a phone, addapt it (and maked some code in css/addaptphone.css to be future-proof)-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Sr Izan's website.</title>
<title>Bask Bot | Sr Izan's Website</title>
<!--Scripts and styles-->
<script>
</script>

View File

@@ -28,7 +28,7 @@
}
.htmlapprovalcorner{
position: absolute;
left: 1120px;
left: 0px;
bottom: 0px;
}
.dark-mode {
@@ -65,7 +65,7 @@ img { border: 0; }
<br>
<br>
<br>
<a href="bask/index.html"><p style="text-align: center;">Bask</p></a>
<a href="bask/index.html" style="text-decoration: none;"><p style="text-align: center; color: #FF0000; font-size: 40px;">Bask</p></a>
<div class="corner"><button onclick="myFunction()">Cambiar a modo oscuro</button></div>
<div class="htmlapprovalcorner"><a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fsrizan.ml%2F" target="_blank"><img alt="HTML5 badge" src="wp-content/img/badge_html5.svg" width="88" height="31"></a></div>
</body>