-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
107 lines (98 loc) · 2.73 KB
/
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
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
.cuadrado{
position: absolute;
width: 100%;
height: 30%;
left: 0;
top: -5%;
font-size: 20px;
background-color:rgb(255, 255, 255)
}
body{
background: rgb(88, 187, 67);
}
.cuadrado2{
position: absolute;
width: 100%;
height: 35%;
left: 0;
top: 119%;
font-size: 20px;
background-color:rgb(255, 255, 255)
}
.titulo{
font-family: 'Imperial Script';
src: url('fonts/imperial-script.ttf') format('truetype');
font-weight: normal;
font-style: normal;
color: black;
font-size: 90px;
position: absolute;
width: 10px;
height: 76px;
left: 5%;
top: -2%;
}
.frase{
font-family: 'IM FELL DW Pica';
color: rgba(80, 119, 45, 0.693);
font-size: 30px;
position:absolute;
width: 80%;
height: 76px;
left: 0px;
top: 15%;
}
.b1{
font-family: 'IM FELL DW Pica';
color: rgb(79, 119, 45);
font-size: 40px;
position:absolute;
width: 80%;
height: 76px;
left: 45%;
top: 15%;
}
.b2{
font-family: 'IM FELL DW Pica';
color: rgb(79, 119, 45);
font-size: 40px;
position:absolute;
width: 80%;
height: 76px;
left: 60%;
top: 15%;
}
.b3{
font-family: 'IM FELL DW Pica';
color: rgb(79, 119, 45);
font-size: 40px;
position:absolute;
width: 80%;
height: 76px;
left: 75%;
top: 8%;
}
.top{
position: relative;
top: 146px;
}
.logo{
position: relative;
top: 30px;
left: 350px ;
}
.contacto{
position: relative;
top: -200px ;
left: 2% ;
}
.logo1{
position: relative;
top: -20px;
left: 90%;
}
.logo4{
position: relative;
top: -20px;
left: 70%;
}