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);
|
color: rgb(243, 198, 142);
|
||||||
text-decoration: none;}
|
text-decoration: none;}
|
||||||
|
|
||||||
a {color: black;
|
a {color: forestgreen;
|
||||||
text-decoration: none;}
|
text-decoration: none;}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>History</title>
|
<title>History</title>
|
||||||
|
<link rel="stylesheet" href="css/text.css">
|
||||||
|
<link rel="stylesheet" href="css/queen.css">
|
||||||
</head>
|
</head>
|
||||||
<body class="A">
|
<body class="A">
|
||||||
<header>
|
<header>
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
<a href = "faq.html">Frequently Asked Questions</a>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<hr>
|
|
||||||
<main>
|
<main>
|
||||||
<section>
|
<section>
|
||||||
<h1>Where To Go ?</h1>
|
<h1>Where To Go ?</h1>
|
||||||
|
@ -33,7 +32,6 @@
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<hr>
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue