-
Notifications
You must be signed in to change notification settings - Fork 0
/
formularz.css
54 lines (54 loc) · 1.12 KB
/
formularz.css
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
#formularz0 {
margin-top: 35vh;
margin-left: 15vh;
position: absolute;
color: black;
background-color: rgb(206, 206, 206);
font-family: Verdana;
border-radius: 15px;
padding: 5vh;
}
#formularz1 {
background-color: rgb(78, 134, 174);
border-radius: 15px;
width: 70vh;
height: 6vh;
text-decoration: none;
}
#formularz2 {
background-color: rgb(78, 134, 174);
border-radius: 15px;
width: 70vh;
height: 15vh;
text-decoration: none;
}
#przyciskform {
background-color: rgb(0, 97, 171);
border-radius: 15px;
width: 18vh;
height: 7vh;
font-family: Verdana;
font-weight: bold;
}
#panel1 {
background-color: rgb(206, 206, 206);
position: absolute;
margin-top: 35vh;
margin-left: 110vh;
font-family: Verdana;
border-radius: 15px;
padding: 5vh;
}
#panel2 {
background-color: rgb(206, 206, 206);
position: absolute;
margin-top: 85vh;
margin-left: 110vh;
font-family: Verdana;
border-radius: 15px;
padding: 5vh;
}
#mapa{
width: 81vh;
height: 53vh;
}