Project

General

Profile

1
.first {
2
  background-image: url("/assets/usage-statistics-assets/home/1.svg");
3
  background-size: auto;
4
  background-repeat: no-repeat;
5
  background-position: center top;
6
  height: 336px;
7
}
8

    
9
.second {
10
  background-image: url("/assets/usage-statistics-assets/home/2.svg");
11
  background-size: contain;
12
  background-repeat: no-repeat;
13
  background-position: top center;
14
  min-height: 60vh;
15
}
16

    
17
.second input, .second input:focus {
18
  background: #FFFFFF 0 0 no-repeat padding-box;
19
  box-shadow: 0 3px 6px #00000029;
20
  border-radius: 4px;
21
  padding: 15px;
22
  border: none;
23
  outline: none;
24
}
25

    
26
a.search, a.search:hover {
27
  color: #333333;
28
  font-weight: 700;
29
}
30

    
31
.second .card {
32
  background: #FFFFFF 0 0 no-repeat padding-box;
33
  box-shadow: 0 3px 6px #00000029;
34
  border-radius: 4px;
35
  padding: 50px;
36
  text-align: center;
37
  position: relative;
38
}
39

    
40
.second .card > img {
41
  position: absolute;
42
  bottom: 0;
43
  left: 50%;
44
  transform: translate(-50%, 50%);
45
}
(1-1/4)