Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb
This commit is contained in:
commit
fd4d5a7600
2 changed files with 15 additions and 3 deletions
|
@ -11,9 +11,10 @@
|
||||||
|
|
||||||
nav a {
|
nav a {
|
||||||
color: rgb(243, 198, 142);
|
color: rgb(243, 198, 142);
|
||||||
text-decoration: none;}
|
text-decoration: none;
|
||||||
|
text-align: center}
|
||||||
|
|
||||||
a {color:hotpink;
|
a {color:sienna;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold ;
|
font-weight: bold ;
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
|
|
|
@ -6,7 +6,18 @@
|
||||||
<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/text.css">
|
||||||
<link rel="stylesheet" href="css/queen.css">
|
<style>
|
||||||
|
a {color:black;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: medium;}
|
||||||
|
nav a {
|
||||||
|
color: rgb(243, 198, 142);
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold ;
|
||||||
|
font-size: x-large;
|
||||||
|
text-align: center}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="A">
|
<body class="A">
|
||||||
<header>
|
<header>
|
||||||
|
|
Loading…
Reference in a new issue