This commit is contained in:
Georgia Koutsodima 2022-12-22 14:56:10 +01:00
commit fd4d5a7600
2 changed files with 15 additions and 3 deletions

View file

@ -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;

View file

@ -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>