Answers for "class center css horizontal"

CSS
0

center a class css

.center{
	display: flex;
	justify-content: center;
}
Posted by: Guest on October-14-2021
1

how to horizontal center a div in css

#inner {
  width: 50%;
  margin: 0 auto;
}
Posted by: Guest on June-18-2020

Browse Popular Code Answers by Language