tried specifying width and height

This commit is contained in:
TheNightglow
2021-08-23 23:47:33 +02:00
parent c2729a19db
commit e58c6e4b47
2 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
<!-- See Tutorial https://www.youtube.com/watch?v=NXG0ETguPsg -->
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Apophis Coding</title>
<link rel="shortcut icon" href="images/icon.png">
<link rel="stylesheet" href="style1.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="page-head">
@@ -38,7 +38,7 @@
<div class="center-panel">
<p>Welcome to the home page of Apophis Coding.</p>
<p>This side is currently under construction.</p>
<p>v0.0.4</p>
<p>v0.0.5</p>
</div>
</main>
<footer class="footer">

View File

@@ -49,7 +49,7 @@
body
{
background-color: rgb(214, 0, 0);
background-color: gray;
margin: 0;
background-image: url('images/logo.png');
background-repeat: no-repeat;