Put element in Center
```other code center : "center", ```
.center
Puts element in center horizontally
.center { display: block; margin-left: auto; margin-right: auto; width: 40%; }
Last updated 7 months ago