Skip to content

Commit fa218e9

Browse files
authored
Update maquillaje2.css
1 parent c02aa17 commit fa218e9

File tree

1 file changed

+141
-3
lines changed

1 file changed

+141
-3
lines changed

maquillaje2.css

Lines changed: 141 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,12 +467,13 @@ body {
467467
align-items: center;
468468
}
469469
.dots label {
470+
font-size: 9px;
470471
height: 5px;
471472
width: 5px;
472-
border-radius: 50%;
473+
border-radius: 1%;
473474
cursor: pointer;
474475
background-color: #e827e8;
475-
margin: 7px;
476+
margin: 14px;
476477
transition-duration: 0.2s;
477478
}
478479

@@ -759,4 +760,141 @@ tr:nth-child(even) {
759760
.img-footer{
760761
width: 160px;
761762
height: 20px;
762-
}
763+
}
764+
765+
766+
767+
768+
769+
770+
771+
772+
@media only screen and (max-width : 700px){
773+
774+
.banner{
775+
background-image: url(https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExMDA2ZTY5MzlkN2MwZDM3MjAzNDI0NDQyMTNjZDY1ZDc1ZGU4MzdkYiZjdD1z/jUoNHLhsJF6yo2VDGE/giphy.gif);
776+
background-repeat: no-repeat;
777+
filter: drop-shadow(10px 10px 10px rgb(172, 18, 210));
778+
background-position-x: center;
779+
background-size: 360px;
780+
height: 390px;
781+
margin: auto;
782+
}
783+
784+
.shell-banner{
785+
width: 240px;
786+
margin-top: 50px;
787+
788+
}
789+
790+
.shell-banner-titulo{
791+
width: 320px;
792+
}
793+
794+
795+
.slider {
796+
margin: 0 auto;
797+
width: 100%;
798+
}
799+
800+
.slider input {
801+
display: none;
802+
}
803+
.testimonials {
804+
display: flex;
805+
align-items: center;
806+
justify-content: center;
807+
position: relative;
808+
min-height: 400px;
809+
perspective: 300px;
810+
width: 100%;
811+
overflow: hidden;
812+
}
813+
.testimonials .item {
814+
815+
width: 250px;
816+
padding: 10px;
817+
border-radius: 0px;
818+
background-color: rgba(1, 0, 2, 0.311);
819+
position: absolute;
820+
top: 0;
821+
box-sizing: border-box;
822+
text-align: center;
823+
transition: transform 0.4s;
824+
filter: drop-shadow(10px 10px 10px rgb(0, 0, 0));
825+
user-select: none;
826+
cursor: pointer;
827+
border-radius: 30px;
828+
}
829+
830+
.testimonials .item :hover {
831+
background-image: url();
832+
}
833+
.testimonials .item img {
834+
width: 200px;
835+
height: 300px;
836+
object-fit: cover;
837+
border-radius: 0%;
838+
border: 0px solid #3B344D;
839+
filter: drop-shadow(5px 5px 5px rgb(125, 4, 191));
840+
}
841+
.testimonials .item p {
842+
color: #fa8d00;
843+
}
844+
845+
846+
.player-title{
847+
font-size: 26px;
848+
color: #fa8d00;
849+
border-radius: 10px;
850+
border-width: 1px;
851+
border-color: #000000;
852+
border-style: solid;
853+
background-color: #000000;
854+
}
855+
856+
.a-player-title{
857+
font-size: 32px;
858+
color: #fa8d00;
859+
border-radius: 10px;
860+
border-width: 1px;
861+
border-color: #000000;
862+
border-style: solid;
863+
background-color: #000000;
864+
text-decoration: none;
865+
}
866+
867+
.a-player-enlace{
868+
font-size: 12px;
869+
background-color: #8121a7b2;
870+
color: #df9227;
871+
width: 100px;
872+
text-decoration: none;
873+
border-radius: 3px;
874+
padding-left: 12px; padding-right: 15px;
875+
padding-top: 6px;padding-bottom: 6px;}
876+
877+
878+
879+
.secret{
880+
color: #00000000;
881+
}
882+
883+
884+
.dots {
885+
display: flex;
886+
justify-content: center;
887+
align-items: center;
888+
}
889+
.dots label {
890+
font-size: 12px;
891+
height: 14px;
892+
width: 14px;
893+
border-radius: 1%;
894+
cursor: pointer;
895+
background-color: #e827e8;
896+
margin: 20px;
897+
transition-duration: 0.2s;
898+
}
899+
900+
}

0 commit comments

Comments
 (0)