-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
107 lines (102 loc) · 1.54 KB
/
styles.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
*{
margin: 0;
padding: 0;
}
.header{
display: flex;
background-color: darkred;
justify-content: start;
align-items: center;
}
.header a{
text-decoration: none;
font-weight: 900;
text-align: right;
display: flex;
padding: 10px;
font-family: sans-serif;
color: white;
}
@media (max-width: 1000px){
.header{
flex-direction: column;
align-items: flex-start;
}
}
body h1,
body p
{
padding-left: 50px;
padding-right: 50px;
padding-top: 5px;
text-align: justify;
}
.productos{
display: inline;
position: relative;
vertical-align: baseline;
}
.productos content{
text-align: center;
position: relative;
padding: 10px;
width: 10%;
cursor: crosshair;
}
.productos content:hover{
background-color: red;
}
.categorias,
.lorem{
padding:20px;
width: 80%;
height: 100%;
}
.text_inicio{
width:80%;
background-color: white;
display: block;
margin-top: 10%;
margin-left: 2%;
margin-bottom: 5%;
}
.text_inicio p{
margin-bottom: 5%;
}
.servicios_container{
display:block;
position: relative;
left: -2%;
}
.servicios_wall1{
display: flex;
margin-bottom: 5%;
}
.servicios_wall1 spam{
font-size: x-large;
font-weight: bold;
color: #5383d3;
}
.servicios_wall2 spam{
font-size: x-large;
font-weight: bold;
color: #5383d3;
}
.servicios_wall2{
display: flex;
}
.servicios_1left,
.servicios_1center,
.servicios_1right,
.servicios_2left,
.servicios_2center,
.servicios_2right{
width: 30%;
margin: 3%;
}
.entry-title{
font-weight: 700;
font-style: normal;
text-align: left;
padding: 15px;
}