-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
78 lines (77 loc) · 1.35 KB
/
Copy pathstyle.css
File metadata and controls
78 lines (77 loc) · 1.35 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
body{
background-image: url("background.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.container{
width: 1000px;
height: 650px;
background-color: hsla(0, 100%, 0%, 0.5);
border-radius: 15px;
margin:auto;
margin-top: 20px;
}
.logo{
width: 200px;
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 90px;
}
.logo-text{
font-size: 25px;
font-weight: 900;
font-family: cursive;
color: rgb(0, 255, 0);
display: block;
margin: auto;
text-align: center;
}
.row-buttons{
width:850px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 9px;
background-color: rgb(0, 255, 0);
}
#bottone{
font-size: 10px;
}
.row-info{
width:850px;
margin-left: auto;
margin-right: auto;
color: white;
}
h1{
font-weight:bolder;
margin: 20px 0px 5px 0px;
font-family:initial;
font-size: 20px;
}
h2{
font-weight:normal;
margin:auto;
font-family:initial;
font-size: 15px;
}
.row-barra1{
border-radius: 5px;
width: 300px;
height: 25px;
background-color:rgb(218, 165, 32);
}
.row-barra2{
border-radius: 5px;
width: 500px;
height: 25px;
background-color: green;
}
.row-barra3{
border-radius: 5px;
width: 110px;
height: 25px;
background-color: rgb(205, 92, 92);
}