<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="navbar">
<a href="#" style="background-color: #27ae60;">Home</a>
<a href="#" style="background-color: #c0392b;">About</a>
<a href="#" style="background-color: #ba21d8;">Gellary</a>
<a href="#" style="background-color: #2980b9;">Contact</a>
</div>
</body>
</html>
Comments
Post a Comment