-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
46 lines (43 loc) · 897 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
header {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
text-align: center;
text-shadow: 01px 01px 05px rgb(255, 255, 255);
font-weight: bold;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
background-color: rgba(29, 133, 133, 0.575);
}
section {
background-color: rgba(255, 255, 255, 0.967);
padding: 20px;
border-radius: 10px;
border: 01px solid #0000008f;
box-shadow: 5px 8px 8px #0000008f;
max-width: 500px;
min-width: 300px;
max-height: 420px;
min-height: 420px;
margin: auto;
}
footer {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bolder;
}
footer img {
width: 30px;
height: 30px;
padding: 05px;
}
div#res {
text-align: center;
}
#foto {
width: 50%;
height: 30%;
padding: 10px;
}