Search
 
SCRIPT & CODE EXAMPLE
 

CSS

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;}
Comment

PREVIOUS NEXT
Code Example
Css :: apply style to all dives except one 
Css :: Css gradient animations 
Css :: text sliding css 
Css :: new line ::after class 
Css :: how to apply css when not on hover 
Css :: text shadow in css 
Css :: media queries and or conditions 
Css :: animate.css 
Css :: target button of fileinput css 
Css :: css text background 
Css :: animated progress bar css 
Css :: how to get 2 words one left aligh and right align in css 
Css :: keyframes scss 
Css :: function for style your theme wordpress php 
Css :: css nested 
Css :: Set the style for links to pages you have visited to any color. 
Css :: background images in css 
Css :: how to change font color in css 
Css :: text-align attribute in css 
Css :: safari version 10+ media query 
Css :: css multiline comment 
Css :: spaziatura caratteri css 
Css :: codemirror resizable 
Css :: How to make a pixel in css 
Css :: content url svg css 
Css :: css border-boz 
Css :: laravel 7 css not working 
Css :: persian green color code 
Css :: css fonts 
Css :: online animation maker css 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =