Skip to content

Commit f97dfc3

Browse files
authored
Update maquillaje.css
1 parent 97446e0 commit f97dfc3

File tree

1 file changed

+139
-2
lines changed

1 file changed

+139
-2
lines changed

maquillaje.css

Lines changed: 139 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ body {
9090

9191

9292
.choose-title{
93-
font-size: 28px;
93+
font-size: 26px;
9494
color: #c23bf8;
9595
filter: drop-shadow(0 10px 15px #000000);
9696
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
@@ -257,4 +257,141 @@ a :hover{
257257
#t-5:checked ~ .testimonials label[for="t-4"],
258258
#t-5:checked ~ .testimonials label[for="t-5"] {
259259
z-index: 4;
260-
}
260+
}
261+
262+
@media only screen and (max-width : 700px){
263+
264+
.banner{
265+
background-image: url(https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExMDA2ZTY5MzlkN2MwZDM3MjAzNDI0NDQyMTNjZDY1ZDc1ZGU4MzdkYiZjdD1z/jUoNHLhsJF6yo2VDGE/giphy.gif);
266+
background-repeat: no-repeat;
267+
filter: drop-shadow(10px 10px 10px rgb(172, 18, 210));
268+
background-position-x: center;
269+
background-size: 360px;
270+
height: 350px;
271+
margin: auto;
272+
}
273+
274+
.shell-banner{
275+
width: 240px;
276+
margin-top: 50px;
277+
278+
}
279+
280+
.shell-banner-titulo{
281+
width: 320px;
282+
}
283+
284+
.choose-title{
285+
font-size: 20px;
286+
}
287+
288+
289+
290+
291+
.slider {
292+
margin: 0 auto;
293+
width: 100%;
294+
}
295+
296+
.slider input {
297+
display: none;
298+
}
299+
.testimonials {
300+
display: flex;
301+
align-items: center;
302+
justify-content: center;
303+
position: relative;
304+
min-height: 400px;
305+
perspective: 300px;
306+
width: 100%;
307+
overflow: hidden;
308+
}
309+
.testimonials .item {
310+
311+
width: 250px;
312+
padding: 10px;
313+
border-radius: 0px;
314+
background-color: rgba(1, 0, 2, 0.311);
315+
position: absolute;
316+
top: 0;
317+
box-sizing: border-box;
318+
text-align: center;
319+
transition: transform 0.4s;
320+
filter: drop-shadow(10px 10px 10px rgb(0, 0, 0));
321+
user-select: none;
322+
cursor: pointer;
323+
border-radius: 30px;
324+
}
325+
326+
.testimonials .item :hover {
327+
background-image: url();
328+
}
329+
.testimonials .item img {
330+
width: 200px;
331+
height: 300px;
332+
object-fit: cover;
333+
border-radius: 0%;
334+
border: 0px solid #3B344D;
335+
filter: drop-shadow(5px 5px 5px rgb(125, 4, 191));
336+
}
337+
.testimonials .item p {
338+
color: #fa8d00;
339+
}
340+
341+
342+
.player-title{
343+
font-size: 26px;
344+
color: #fa8d00;
345+
border-radius: 10px;
346+
border-width: 1px;
347+
border-color: #000000;
348+
border-style: solid;
349+
background-color: #000000;
350+
}
351+
352+
.a-player-title{
353+
font-size: 32px;
354+
color: #fa8d00;
355+
border-radius: 10px;
356+
border-width: 1px;
357+
border-color: #000000;
358+
border-style: solid;
359+
background-color: #000000;
360+
text-decoration: none;
361+
}
362+
363+
.a-player-enlace{
364+
font-size: 12px;
365+
background-color: #8121a7b2;
366+
color: #df9227;
367+
width: 100px;
368+
text-decoration: none;
369+
border-radius: 3px;
370+
padding-left: 12px; padding-right: 15px;
371+
padding-top: 6px;padding-bottom: 6px;}
372+
373+
374+
375+
.secret{
376+
color: #00000000;
377+
}
378+
379+
380+
.dots {
381+
background-color: #000000;
382+
display: flex;
383+
justify-content: center;
384+
align-items: center;
385+
}
386+
.dots label {
387+
font-size: 12px;
388+
height: 10px;
389+
width: 12px;
390+
border-radius: 50%;
391+
cursor: pointer;
392+
background-color: #630d7e;
393+
margin: 20px;
394+
transition-duration: 0.2s;
395+
}
396+
397+
}

0 commit comments

Comments
 (0)