File: background-size.ref.css

package info (click to toggle)
gtk4 4.20.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 187,060 kB
  • sloc: ansic: 779,084; xml: 3,093; javascript: 3,054; python: 1,911; java: 752; sh: 682; makefile: 315; perl: 162; cpp: 21
file content (67 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
aa {
  background-size: initial;
}

bb {
  background-size: inherit;
}

cc {
  background-size: unset;
}

a {
  background-size: cover;
}

b {
  background-size: contain;
}

c {
  background-size: auto;
}

d {
  background-size: auto;
}

e {
  background-size: auto 100%;
}

f {
  background-size: 100%;
}

g {
  background-size: 100%;
}

h {
  background-size: auto 10px;
}

i {
  background-size: 10px;
}

j {
  background-size: 10px;
}

k {
  background-size: 10px 100%;
}

l {
  background-size: 100% 10px;
}

m {
  background-size: 10px 10px;
}

n {
  background-size: auto, cover, 10px 100%;
}