Skip to content

Commit 8021367

Browse files
authored
Update maquillaje3.css
1 parent 5297de5 commit 8021367

File tree

1 file changed

+168
-0
lines changed

1 file changed

+168
-0
lines changed

maquillaje3.css

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,3 +822,171 @@ tr:nth-child(even) {
822822
width: 160px;
823823
height: 20px;
824824
}
825+
826+
827+
828+
@media only screen and (max-width : 700px){
829+
830+
.table2 {
831+
background-image: linear-gradient(90deg, #5811639b 10%, #000000 90%);
832+
background-repeat: no-repeat;
833+
background-size: cover;
834+
font-family: arial, sans-serif;
835+
border-collapse: collapse;
836+
width: 70%;
837+
justify-content: center;
838+
margin: 0 auto;
839+
margin-top: 30px;
840+
filter: drop-shadow(10px 10px 10px rgb(0, 0, 0));
841+
border-radius: 10px;
842+
}
843+
844+
@media only screen and (max-width : 700px){
845+
846+
.banner{
847+
background-image: url(https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExMDA2ZTY5MzlkN2MwZDM3MjAzNDI0NDQyMTNjZDY1ZDc1ZGU4MzdkYiZjdD1z/jUoNHLhsJF6yo2VDGE/giphy.gif);
848+
background-repeat: no-repeat;
849+
filter: drop-shadow(10px 10px 10px rgb(172, 18, 210));
850+
background-position-x: center;
851+
background-size: 360px;
852+
height: 390px;
853+
margin: auto;
854+
}
855+
856+
.shell-banner{
857+
width: 240px;
858+
margin-top: 50px;
859+
860+
}
861+
862+
.shell-banner-titulo{
863+
width: 320px;
864+
}
865+
866+
867+
.slider {
868+
margin: 0 auto;
869+
width: 100%;
870+
}
871+
872+
.slider input {
873+
display: none;
874+
}
875+
.testimonials {
876+
display: flex;
877+
align-items: center;
878+
justify-content: center;
879+
position: relative;
880+
min-height: 400px;
881+
perspective: 300px;
882+
width: 100%;
883+
overflow: hidden;
884+
}
885+
.testimonials .item {
886+
887+
width: 250px;
888+
padding: 10px;
889+
border-radius: 0px;
890+
background-color: rgba(1, 0, 2, 0.311);
891+
position: absolute;
892+
top: 0;
893+
box-sizing: border-box;
894+
text-align: center;
895+
transition: transform 0.4s;
896+
filter: drop-shadow(10px 10px 10px rgb(0, 0, 0));
897+
user-select: none;
898+
cursor: pointer;
899+
border-radius: 30px;
900+
}
901+
902+
.testimonials .item :hover {
903+
background-image: url();
904+
}
905+
.testimonials .item img {
906+
width: 200px;
907+
height: 300px;
908+
object-fit: cover;
909+
border-radius: 0%;
910+
border: 0px solid #3B344D;
911+
filter: drop-shadow(5px 5px 5px rgb(125, 4, 191));
912+
}
913+
.testimonials .item p {
914+
color: #fa8d00;
915+
}
916+
917+
918+
.player-title{
919+
font-size: 26px;
920+
color: #fa8d00;
921+
border-radius: 10px;
922+
border-width: 1px;
923+
border-color: #000000;
924+
border-style: solid;
925+
background-color: #000000;
926+
}
927+
928+
.a-player-title{
929+
font-size: 32px;
930+
color: #fa8d00;
931+
border-radius: 10px;
932+
border-width: 1px;
933+
border-color: #000000;
934+
border-style: solid;
935+
background-color: #000000;
936+
text-decoration: none;
937+
}
938+
939+
.a-player-enlace{
940+
font-size: 20px;
941+
background-color: #8121a7b2;
942+
color: #df9227;
943+
width: 100px;
944+
text-decoration: none;
945+
border-radius: 3px;
946+
padding-left: 12px; padding-right: 15px;
947+
padding-top: 6px;padding-bottom: 6px;}
948+
949+
950+
951+
.secret{
952+
color: #00000000;
953+
}
954+
955+
956+
.dots {
957+
display: flex;
958+
justify-content: center;
959+
align-items: center;
960+
}
961+
.dots label {
962+
font-size: 12px;
963+
height: 8px;
964+
width: 10px;
965+
border-radius: 25%;
966+
cursor: pointer;
967+
background-color: #e827e8;
968+
margin: 20px;
969+
transition-duration: 0.2s;
970+
}
971+
972+
table {
973+
/*background-image: linear-gradient(320deg, #000000 40%, #8907c19b 60%); */
974+
background-image: linear-gradient(30deg, #000000 10%, #7831979b 80%);
975+
background-repeat: no-repeat;
976+
background-size: cover;
977+
font-family: arial, sans-serif;
978+
border-collapse: collapse;
979+
width: 97%;
980+
justify-content: center;
981+
margin: 0 auto;
982+
margin-bottom: 3rem;
983+
margin-top: 30px;
984+
filter: drop-shadow(10px 10px 10px rgb(0, 0, 0));
985+
border-radius: 10px;
986+
}
987+
988+
989+
}
990+
991+
992+
}

0 commit comments

Comments
 (0)