tried specifying width and height
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
<!-- See Tutorial https://www.youtube.com/watch?v=NXG0ETguPsg -->
|
<!-- 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>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Apophis Coding</title>
|
<title>Apophis Coding</title>
|
||||||
<link rel="shortcut icon" href="images/icon.png">
|
<link rel="shortcut icon" href="images/icon.png">
|
||||||
<link rel="stylesheet" href="style1.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="page-head">
|
<header class="page-head">
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
<div class="center-panel">
|
<div class="center-panel">
|
||||||
<p>Welcome to the home page of Apophis Coding.</p>
|
<p>Welcome to the home page of Apophis Coding.</p>
|
||||||
<p>This side is currently under construction.</p>
|
<p>This side is currently under construction.</p>
|
||||||
<p>v0.0.4</p>
|
<p>v0.0.5</p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
background-color: rgb(214, 0, 0);
|
background-color: gray;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-image: url('images/logo.png');
|
background-image: url('images/logo.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
Reference in New Issue
Block a user