Horje
nav bar without display:flex Code Example
nav bar without display:flex
nav {
  display: inline-block;
  text-decoration: none;
  text-align: end;
  width: 100%;
  white-space: nowrap;
}
header {
  background-color: rgb(120, 14, 100);
  box-shadow: none;
  border: 1px none rgb(0, 0, 0);
  opacity: 0.9;
  display: block;
  position: relative;
  padding: 20px;
}
header h1 {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0%, -50%);
  color: white;
}

ul {
  list-style: none;
  display: inline-block;
  text-align: right;
  /* background-color: blue; */
  margin: auto;
  color: white;
}
li {
  display: inline-block;
  padding: 20px;}




Css

Related
sphinx css templates Code Example sphinx css templates Code Example
advance selectors in css Code Example advance selectors in css Code Example
what is a trailling widget in flutter Code Example what is a trailling widget in flutter Code Example
what is bulletproof buttons Code Example what is bulletproof buttons Code Example
install canon mf211 printer ubuntu Code Example install canon mf211 printer ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9