-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
95 lines (81 loc) · 1.3 KB
/
style.css
File metadata and controls
95 lines (81 loc) · 1.3 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
.logo {
width: 200px;
height: 100px;
position: absolute;
margin-left: 30px;
}
.inicio {
float: right;
width: 35px;
height: 35px;
padding-top: 1em;
padding-right: 2em;
}
nav ul li{
margin-right: 10px;
margin-left: 10px;
margin-top: 30px;
background-color: white;
display: flex;
font-size: 15px;
font-family: sans-serif;
}
.menu-items {
letter-spacing: 2px;
font-size: 10px;
margin-left: 25%;
}
nav ul{
display: flex;
margin-left: 500px;
background-color: white
}
.uno {
float: left;
width: 500px;
height: 480px;
position: relative;
margin-top: 5%;
}
p {
font-size: 400%;
font-family: "Montserrat" sans-serif;
margin-top: 5%;
}
.txt1 {
font-size: 150%;
opacity: 80%;
font-family: "Montserrat" sans-serif;
}
.see1 {
text-decoration-color: black;
border-style: groove;
border-radius: 25px;
opacity: 75%;
}
.see1 li{
margin-left: -20px;
margin-top: 4px;
margin-bottom: 4px;
size-adjust: auto;
}
.lupa {
width: 5%;
height: 5%;
float: right;
margin-left: 83%;
}
footer {
text-align: left;
width: 500px;
height: 200px;
}
.dda {
width: 4%;
height: 10%;
margin-top: 10px;
}
.mail {
float: right;
margin-right: -165%;
}