Answers for "how to align an anchor in html"

0

how to put anchor in center in html

img{
	display:'block';
	text-align:'center';
}
Posted by: Guest on June-16-2021
0

html align text anchor

.centerAnchorText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
Posted by: Guest on November-18-2021

Code answers related to "how to align an anchor in html"

Browse Popular Code Answers by Language