File tree Expand file tree Collapse file tree 1 file changed +27
-8
lines changed
Expand file tree Collapse file tree 1 file changed +27
-8
lines changed Original file line number Diff line number Diff 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 : 5 px ;
472- width : 5 px ;
473- border-radius : 1 % ;
473+ height : 7 px ;
474+ width : 7 px ;
475+ border-radius : 50 % ;
474476 cursor : pointer;
475477 background-color : # e827e8 ;
476- margin : 14 px ;
478+ margin : 20 px ;
477479 transition-duration : 0.2s ;
478480}
479481
@@ -865,7 +867,7 @@ tr:nth-child(even) {
865867}
866868
867869.a-player-enlace {
868- font-size : 12 px ;
870+ font-size : 20 px ;
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 : 14 px ;
892- width : 14 px ;
893- border-radius : 1 % ;
893+ height : 8 px ;
894+ width : 10 px ;
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}
You can’t perform that action at this time.
0 commit comments