-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfile.css
79 lines (62 loc) · 895 Bytes
/
file.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
header{
background-image:url(img/pattern.png);
width: auto;
padding: 3%;
background-color: #007FFF;
}
.container{
width: 80%;
margin: auto;
}
header img{
width: 200px;
}
main h1{
margin-bottom: 0;
}
#blue{
color: #00FFFF ;
}
.opaco{
color: rgba(0,0,0, 0.5);
}
.piccolo{
font-size: x-small;
}
mark{
background-color: yellow;
}
.blue{
background-color:#1E90FF ;
}
.white{
color: white;
}
.centrale{
padding-left: 250px;
padding-right: 250px;
}
.titolo{
width: 100%;
position: relative;
right: 200px;
}
.lightblue{
background-color: rgba(30, 144, 255, 0.5);
}
aside p{
margin-top: 30px;
margin-bottom: 10px;
}
aside div{
width: 200px;
}
aside img{
width: 200px;
}
aside span{
color: white;
font-weight: bold;
position: absolute;
left: 160px;
}