-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnosotros.css
More file actions
125 lines (104 loc) · 1.99 KB
/
Copy pathnosotros.css
File metadata and controls
125 lines (104 loc) · 1.99 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
body{
background-color: rgb(197, 223, 197);
width: 1300px;
padding: 0 100px 0 300px;
display: flex;
flex-direction: column;
}
header{
font-family: "Bebas Neue", sans-serif;
width: 100%;
}
.menu1{
display: flex;
justify-content: center;
}
.menu1 ul{
list-style-type: none;
display: flex;
text-decoration: none;
}
a{
text-decoration: none;
color: black;
}
.menu1 li{
width: 100%;
display: flex;
padding: 10px 40px 10px 40px;
align-items: center;
border-bottom: 3px solid black;
border-top: 3px solid black;
}
#rss{
width: 40px;
margin-left: 30px;
padding: 10px;
}
.logo{
width: 100px;
border-style: none;
}
main{
margin: 0 10px 0 300px;
}
.informacion{
display: flex;
margin-bottom: 50px;
}
h2{
color: rgb(197, 223, 197);
padding: 0 0 0 10px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
width: 140px;
background-color: rgb(49, 7, 7);
}
p{
margin-bottom: -10px;
font-size: 12px;
padding: 0 10px 0 10px;
font-family: Arial, Helvetica, sans-serif;
}
.imagen img{
padding: 15px 0 0 10px;
width: 300px;
}
.contactame{
width: 300px;
border: 2px solid;
padding: 10px;
display: flex;
justify-content: center;
}
footer{
margin: 0 275px 0 300px;
}
.menubotton{
margin: 70px 0 0 -30px;
}
.menubotton ul{
display: flex;
list-style: none;
justify-content: space-between;
}
.menubotton li{
font-size: 10px;
color: gray;
}
.menubotton i{
font-size: 20px;
margin-left: 3px;
color: black;
}
button.boton-inferior{
width: 50px;
height: 50px;
position: fixed;
bottom: 2rem;
border-radius: 50px;
background-color: green;
left: 75%;
}
.boton-inferior i{
font-size: 25px;
}