images fix n2
This commit is contained in:
@@ -54,7 +54,7 @@ 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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user