Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

space-evenly vs space-around

/*

space-around: items are evenly distributed in the line with equal space 
around them.( __#____#____#__ )
space-evenly: items are distributed so that the spacing between any two 
adjacent alignment subjects, before the first alignment subject, and 
after the last alignment subject is the same. ( ___#___#___#___ )

/*
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
3+7 =