Search
 
SCRIPT & CODE EXAMPLE
 

CSS

centered navigation

.nav{
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css put background on top of another background image 
Css :: shrink div to fit content 
Css :: *+* css 
Css :: onclick after color change in css 
Css :: how to stretch a font taller css 
Css :: css %-px 
Css :: react bootstrap carousel not working 
Css :: mysql_config not found 
Css :: Shadow On left & right side 
Css :: @media query css 
Css :: shrink a div by 50% 
Css :: style scrollbar table 
Css :: css font-variant 
Css :: bootstrap popover style width 
Css :: css button click animation 
Css :: make element glow 
Css :: how to center background image in css 
Css :: wordpress https to localhost http 
Css :: customize scroll bar css 
Css :: css text-decoration 
Css :: Load hidden image to HTML 
Css :: css animated background 
Css :: gradient btn 
Css :: add border to png image using css 
Css :: html css profile page template 
Css :: how to include css in handlebars 
Css :: transition behaviour in css 
Css :: gap between two flex items 
Css :: flex basis 
Css :: after certain width how make ontent center and add margin auto both side 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =