JSFiddle - React, Tailwind, and code Playground
by Mac1ovin
HTML
<html <head>
<link rel="shortcut icon" href="lobsterlib.com.ico" type="image/x-icon">
<meta charset="UTF-8">
<title>Оценка Вещей</title>
<link rel="stylesheet" type="text/css" href="style.css"</head>
<body>
<ul>
<ul class="menu">
<li>
<a href="index.html">Главная</a>
</li>
<li>
<a href="catalog.html">Каталог</a>
</li>
<li>
<a href="contacts.html">Контакты</a>
</li>
</ul>
<hr>
CSS
.menu li a {
color: darkgreen;
text-decoration: none;
font-family: "Times New Roman", sans-serif, Verdana;
font-style: normal;
font-weight: bolder;
}
.menu li {
list-style-type: none;
}