Compare commits

..

2 commits

Author SHA1 Message Date
8495da8139 Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb 2022-12-22 14:51:08 +01:00
7dc786d9a8 hey 2022-12-22 14:51:06 +01:00
2 changed files with 14 additions and 1 deletions

View file

@ -11,7 +11,8 @@
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:hotpink;
text-decoration: none; text-decoration: none;

View file

@ -7,6 +7,18 @@
<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"> <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>