This commit is contained in:
TheNightglow
2022-12-13 19:16:57 +01:00
parent 850cb5c450
commit 7491ce0e82
3 changed files with 7 additions and 8 deletions

View File

@@ -5,13 +5,13 @@
<head>
<meta charset="UTF-8">
<title>Apophis Coding</title>
<link rel="shortcut icon" href="Images/icon.png">
<link rel="shortcut icon" href="images/icon.png">
<link rel="stylesheet" href="style3.css">
</head>
<body>
<header class="page-head">
<div>
<img src="Images/icon.png" alt="Icon of Apophis Coding">
<img src="images/icon.png" alt="Icon of Apophis Coding">
<h1>Apophis Coding</h1>
</div>
</header>

View File

@@ -50,14 +50,13 @@
text-decoration: none;
}
body
{
body {
background-color: gray;
margin: 0;
background-image: url('Images/Logo.png');
background-image: url('images/logo.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-position: center center;
background-size: auto 80%;
}

View File

@@ -5,13 +5,13 @@
<head>
<meta charset="UTF-8">
<title>Apophis Coding - About Us</title>
<link rel="shortcut icon" href="../Images/icon.png">
<link rel="shortcut icon" href="../images/icon.png">
<link rel="stylesheet" href="../style3.css">
</head>
<body>
<header class="page-head">
<div>
<img src="../Images/icon.png" alt="Icon of Apophis Coding">
<img src="../images/icon.png" alt="Icon of Apophis Coding">
<h1>Apophis Coding - About Us</h1>
</div>
</header>