-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacto.css
More file actions
120 lines (101 loc) · 2.03 KB
/
Copy pathcontacto.css
File metadata and controls
120 lines (101 loc) · 2.03 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
body{
background-color: rgb(197, 223, 197);
width: 1300px;
height: 1300px;
padding: 0 100px 0 400px;
}
header{
font-family: "Bebas Neue", sans-serif;
width: 100%;
}
.menu1{
display: flex;
justify-content: center;
padding: 0px 100px 0 0px;
}
.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;
}
h3{
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);
}
form{
margin: 10px 0 0 0;
}
input{
width: 550px;
height: 30px;
margin: 0 0 5px 0;
background-color: white;
padding: 0 0 0 15px;
border: 2px solid;
}
textarea{
width: 545px;
height: 100px;
margin: 0 0 5px 0;
background-color: white;
padding: 10px 0 0 20px;
border: 2px solid;
resize: none;
}
.botonenviar{
width: 565px;
display: flex;
justify-content: end;
}
.botonenviar button{
font-size: 15px;
border-style: none;
background-color: rgb(197, 223, 197);;
}
footer{
margin: 0 350px 0 300px;
}
.menubotton{
margin: 40px 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;
}