Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb
This commit is contained in:
commit
b6edc2f643
4 changed files with 6 additions and 5 deletions
3
css/queen.css
Normal file
3
css/queen.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.A {
|
||||
margin-left: 50px;
|
||||
}
|
|
@ -13,7 +13,7 @@ nav a {
|
|||
color: rgb(243, 198, 142);
|
||||
text-decoration: none;}
|
||||
|
||||
a {color: black;
|
||||
a {color: forestgreen;
|
||||
text-decoration: none;}
|
||||
|
||||
footer {
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue