-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
53 lines (47 loc) · 880 Bytes
/
style.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
body {
background-color: #e5ddd5;
background-image: url(/img/sfondo-WA.png);
margin: 0;
font-size: 27px;
}
header {
height: 100px;
background-color: #00887a;
text-align: center;
box-shadow: 0 5px 5px grey;
}
header img {
position: absolute;
left: 10px;
top: 25px;
width: 50px;
}
header label {
color: white;
position: relative;
top: 35px;
text-shadow: 0 5px 5px black;
}
footer {
padding: 0;
height: 64px;
margin-bottom: 10px;
}
#msg {
position: absolute;
width: inherit;
height: 50px;
top: 50%;
margin-top: -25px;
border-radius: 20px;
padding: 10px;
font-size: medium;
outline: none;
}
#btn {
height: 64px;
background-image: url('img/button.png');
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}