Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html align text anchor

.centerAnchorText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #align #text #anchor
ADD COMMENT
Topic
Name
1+6 =