Skip to content

Instantly share code, notes, and snippets.

View joelethan's full-sized avatar

Katusiime Joel Ian joelethan

  • Honey Comb Technologies (ACMIS)
  • Kampala, Uganda
  • X @joelethan
View GitHub Profile
/* body{
background-color: black;
} */
/* Add a black background color to the top navigation */
.horizontal_nav {
background-color:black;
overflow: hidden;
padding: 10px;
border-color: #f442e5;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My-Event-App</title>
<link rel="stylesheet" href="UI\style.css">
</head>
<body>