hey
This commit is contained in:
parent
46e087e2e6
commit
7dc786d9a8
2 changed files with 14 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue