Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to add space between menu items in css

<head> 
    <meta charset="UTF-8"> 
    <title>Document</title> 
	<style> 
	ul {margin:0} 
	ul li {float:left;} 
	ul li a { 
		padding: 20px; 
		list-style:none; 
	} 
	</style> 
</head>
Comment

PREVIOUS NEXT
Code Example
Css :: css url do not change color of visited links 
Css :: position absolute center 
Css :: scss not working with storybook 
Css :: css transparent input text box 
Css :: css height animation 
Css :: css ios disable zoom 
Css :: font size css 
Css :: flex one whole width 
Css :: who created css 
Css :: checkbox input in css 
Css :: sticky header css 
Css :: css smooooooth scroll 
Css :: force element to bottom of page 
Css :: scss watch command 
Css :: ngx-charts change text color 
Css :: html input search x cursor pointer 
Css :: css a4 proportion 
Css :: faire un fond fade to transparent css 
Css :: scss install 
Css :: text glow effect 
Css :: why css does not apply when complete url is entered home/index 
Css :: how to remove default styling of a tag 
Css :: cmd hash file 
Css :: css regions 
Css :: position an icon in relation a parent element 
Css :: border radius circle button 
Css :: import css in another css file 
Css :: css background color over image 
Css :: css hero image 
Css :: css grid auto wrap 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =