This commit is contained in:
Georgia Koutsodima 2022-12-12 10:50:54 +01:00
commit b6edc2f643
4 changed files with 6 additions and 5 deletions

3
css/queen.css Normal file
View file

@ -0,0 +1,3 @@
.A {
margin-left: 50px;
}

View file

@ -13,7 +13,7 @@ nav a {
color: rgb(243, 198, 142);
text-decoration: none;}
a {color: black;
a {color: forestgreen;
text-decoration: none;}
footer {

View file

@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>History</title>
<link rel="stylesheet" href="css/text.css">
<link rel="stylesheet" href="css/queen.css">
</head>
<body class="A">
<header>

View file

@ -19,7 +19,6 @@
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>
<hr>
<main>
<section>
<h1>Where To Go ?</h1>
@ -33,7 +32,6 @@
</article>
</section>
</main>
<hr>
<footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
</footer>