File: styles.css

package info (click to toggle)
ulfius 2.7.15-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,856 kB
  • sloc: ansic: 23,025; makefile: 708; sh: 140
file content (23 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Your Style */

.elt-left {
  margin-right: 5px;
}
.elt-right {
  margin-left: 5px;
}
.elt-top {
  margin-bottom: 5px;
}
.elt-bottom {
  margin-top: 5px;
}
.perfect-centering {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.description {
  white-space: pre-wrap;
}