-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheva.css
More file actions
119 lines (98 loc) · 1.44 KB
/
eva.css
File metadata and controls
119 lines (98 loc) · 1.44 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
* {
font-family: 'Noto Sans JP', sans-serif;
font-size: 17px;
}
body {
background: rgb(106, 103, 96);
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
header {
width: 100%;
height: 225px;
display: flex;
justify-content: space-around;
align-items: center;
}
.header-logo {
width: 100%;
height: 100%;
}
a {
text-decoration: none;
text-decoration-line: none;
color: #FFFFFF;
transition: ease 0.5seg;
}
a:hover {
color: #000000;
}
ul{
text-transform: uppercase;
list-style: none;
display: flex;
gap: 70px;
}
.cont-model {
width: 95%;
height: 600px;
display: flex;
background: #FFFFFF;
margin: 0 auto;
}
.modelos {
width: auto;
height: 100%;
}
.presentacion {
margin: 5px auto;
}
.txt, p {
background: #FFFFFF;
width: 85%;
margin: 5px auto;
}
.cont-txt {
background: #FFFFFF;
width: 99%;
margin: 0 auto;
}
.ropa {
width: 90%;
height: auto;
display: flex;
gap: 8px;
margin: 0 auto;
}
.photo-1 , .photo-2 {
display: flex;
flex-direction: column;
gap: 9px;
width: 50%;
}
.otros {
margin: 5px auto;
display: flex;
justify-content: center;
}
footer {
width: 100%;
height: auto;
display: flex;
align-items: center;
background: #FFFFFF;
}
.fot-img {
width: 100%;
height: 100%;
}
.top {
background: #ffffff;
color: #000000;
padding: 20px;
margin: 12px;
border-radius: 13px;
float: right;
}