Skip to content

Commit 5297de5

Browse files
authored
Update maquillaje2.css
1 parent 2f00512 commit 5297de5

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

maquillaje2.css

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ body {
305305
font-style: normal;
306306
font-weight: bold;
307307
font-size: 14px;
308+
word-spacing: 10px;
309+
line-height: 2.7rem;
308310
}
309311

310312
.boton-writeup:hover{
@@ -468,12 +470,12 @@ body {
468470
}
469471
.dots label {
470472
font-size: 9px;
471-
height: 5px;
472-
width: 5px;
473-
border-radius: 1%;
473+
height: 7px;
474+
width: 7px;
475+
border-radius: 50%;
474476
cursor: pointer;
475477
background-color: #e827e8;
476-
margin: 14px;
478+
margin: 20px;
477479
transition-duration: 0.2s;
478480
}
479481

@@ -865,7 +867,7 @@ tr:nth-child(even) {
865867
}
866868

867869
.a-player-enlace{
868-
font-size: 12px;
870+
font-size: 20px;
869871
background-color: #8121a7b2;
870872
color: #df9227;
871873
width: 100px;
@@ -888,13 +890,30 @@ tr:nth-child(even) {
888890
}
889891
.dots label {
890892
font-size: 12px;
891-
height: 14px;
892-
width: 14px;
893-
border-radius: 1%;
893+
height: 8px;
894+
width: 10px;
895+
border-radius: 25%;
894896
cursor: pointer;
895897
background-color: #e827e8;
896898
margin: 20px;
897899
transition-duration: 0.2s;
898900
}
899901

902+
table {
903+
/*background-image: linear-gradient(320deg, #000000 40%, #8907c19b 60%); */
904+
background-image: linear-gradient(30deg, #000000 10%, #7831979b 80%);
905+
background-repeat: no-repeat;
906+
background-size: cover;
907+
font-family: arial, sans-serif;
908+
border-collapse: collapse;
909+
width: 97%;
910+
justify-content: center;
911+
margin: 0 auto;
912+
margin-bottom: 3rem;
913+
margin-top: 30px;
914+
filter: drop-shadow(10px 10px 10px rgb(0, 0, 0));
915+
border-radius: 10px;
916+
}
917+
918+
900919
}

0 commit comments

Comments
 (0)