File: cls_center.css

package info (click to toggle)
auto-editor 29.0.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,088 kB
  • sloc: python: 771; javascript: 31; makefile: 30
file content (6 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
4
5
6
.center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}