summaryrefslogtreecommitdiffstats
path: root/playgrounds/playground.css
blob: 1808d6a42a060db6032da18a25d5966f698888d8 (plain)
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
html {
  background-color : #f5f6f7;
  text-align: center;
}

h1 {
  color: #f06;
  font-size: 6vh;
  margin: 4vh;
  font-family: Helvetica;
}

svg {
  width: 70vw;
  height: 80vh;
  background-color: white;
  position: fixed;
  border-radius: 20px;
  border: #f065 1px solid;
  left: 15vw;
}

.pink {
  fill: #FF0066;
}

.green {
  fill: #00ff99;
}

.dark-pink {
  fill: #660029;
}

.light-pink {
  fill: #FF99C2;
}

.off-white {
   fill: #FFCCE0;
}