Projekt

Obecné

Profil

Stáhnout (415 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
h1 {
2
  font-size: xx-large;
3
}
4

    
5
.text-box {
6
  margin: auto;
7
  width: 80%;
8
}
9

    
10
input {
11
  display: none;
12
}
13

    
14
button {
15
  font-weight: bold;
16
  font-size: large;
17
  background-color: var(--primary-color);
18
  color: var(--search-text-color);
19
  border-style: none;
20
  min-width: 80pt;
21
  margin: 10px;
22
}
23

    
24
button:hover {
25
  background-color: var(--primary-color-dark);
26
}
27

    
28
.center {
29
  margin: auto;
30
  width: 35%;
31
}
32

    
33
.center h2 {
34

    
35
}
(1-1/4)