-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
129 lines (108 loc) · 1.63 KB
/
css.css
File metadata and controls
129 lines (108 loc) · 1.63 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
body{background-color: #f4f4f4;
font-family:arial;
color: #555555;
margin: 0px;
p
}
h1{background-color: #2B1B17;
font-family: fantasy;
font-size: 72px;
margin: 0px;
color:#f4f4f4;
padding-left: 10px;
height: 1em;
}
.body{
padding: 10px;
margin: 10px;
}
#img{
position: relative;
float: right;
border: 3px #4E4848 solid;
width: 20%;
margin:10px 10px;
z-index: 1;
}
.body h3{
font-family: fantasy;
margin: 0px;
color:black;
}
section{
position: relative;
float: bottom;
top:143px;
}
#scaletta{
width: 70%;
height: 40%;
margin-top: 100px;
margin-left: 30px;
padding: 5px;
color: black;
font-style: italic;
font-family: universe;
font-weight: bold;
font-size: 36px;
overflow: auto;
}
#contatti{
position: relative;
float: right;
right: 4px;
bottom:30px;
line-height: 2em;
font-weight: bold;
border: 2px black solid;
padding-right: 40px;
padding-left: 10px;
margin-top: 50px;
background-color: #3333;
overflow: auto;
}
#contatti h3{
font-family: fantasy;
}
.info{
width: 75%;
height: 43%;
background-color: #3333;
padding: 5px;
color: black;
box-sizing: border-box;
border: 2px black solid;
margin-left: 10px;
overflow: auto;
}
.info h3{
font-family: fantasy;
margin: 10px;
color:black;
}
.obbiettivi{
width: 99%;
height: 25%;
background-color: #3333;
padding: 5px;
color: black;
box-sizing: border-box;
border: 2px black solid;
margin-top: 10px;
margin-left: 10px;
overflow: auto;
}
.obbiettivi h3{
font-family: fantasy;
margin: 10px;
color:black;
}
#end
{
text-align: center;
margin: 10px;
position: relative;
float: bottom;
bottom: 10px
margin-top: 20px;
}