Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

spacing out links on nav bar using flex

nav ul{
  list-style: none;
  margin: 0 2px;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
Source by teamtreehouse.com #
 
PREVIOUS NEXT
Tagged: #spacing #links #nav #bar #flex
ADD COMMENT
Topic
Name
7+1 =