Search
 
SCRIPT & CODE EXAMPLE
 

CSS

space between li css

ul li{
  margin-left: 5px;
}
ul li:first-child{
  margin-left: 0;
}
/*
  all li tags will margin from left 5px except for the first li
*/
Comment

PREVIOUS NEXT
Code Example
Css :: how to align text verticaly 
Css :: text underline 
Css :: android studio cardview background transparent 
Css :: css invert text color 
Css :: css change text spacing 
Css :: css grid full width row 
Css :: how to block elements from scrolling css 
Css :: remve arrow from input ype number 
Css :: css first of type 
Css :: margin on absolute positioned element 
Css :: how to center an element in css 
Css :: center text horizontally and vertically inside a div in css 
Css :: padding top 
Css :: css super smooth shadow 
Css :: add shadowto container 
Css :: css center 
Css :: rounded gradient border css 
Css :: text in centre table css 
Css :: vue v-cloak not working 
Css :: css firefox remove scrollbar 
Css :: line in middle word css 
Css :: safari overflow-y scroll not working 
Css :: red color rgb 
Css :: css calc 
Css :: background image syntax in css if it is in folder 
Css :: css white-space nowrap 
Css :: margin 0 auto 
Css :: minimum margin css 
Css :: css blur bg 
Css :: css transform size 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =