summaryrefslogtreecommitdiff
path: root/css/style.css
blob: 50720ae8d602016bb57410ff7f9272f6b88b5a4a (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
body{
  background-color: #eee;
}
.forecast {
  margin: 0;
  padding: 0.3rem;
}

.forecast > h1,
.day-forecast {
  margin: 0.5rem;
  padding: 0.3rem;
  font-size: 1.2rem;
}

.day-forecast {
  border-radius: 5px;
  border: 1px solid lightgrey;
  background: right/contain content-box border-box no-repeat url('/media/examples/rain.svg') white;
}

.day-forecast > h2,
.day-forecast > p {
  margin: 0.2rem;
  font-size: 1rem;
}