Untitled

 avatar
unknown
plain_text
a year ago
525 B
1
Indexable
header {
  background-color: #333;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left {
  display: flex;
  align-items: center;
}

.nav-right {
  display: flex;
  align-items: center;
}

.nav-right p {
  margin-right: 20px;
}

nav a {
  color: white;
  text-decoration: none;
  margin-right: 20px;
}

button {
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}
Editor is loading...
Leave a Comment