File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed
Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change 9090
9191
9292.choose-title {
93+ margin-top : 2rem ;
94+ margin-bottom : 2rem ;
9395 font-size : 26px ;
9496 color : # c23bf8 ;
9597 filter : drop-shadow (0 10px 15px # 000000 );
@@ -197,7 +199,7 @@ a :hover{
197199 border-radius : 50% ;
198200 cursor : pointer;
199201 background-color : # e827e8 ;
200- margin : 7 px ;
202+ margin : 20 px ;
201203 transition-duration : 0.2s ;
202204}
203205
@@ -385,13 +387,30 @@ a :hover{
385387 }
386388 .dots label {
387389 font-size : 12px ;
388- height : 10 px ;
389- width : 12 px ;
390+ height : 7 px ;
391+ width : 7 px ;
390392 border-radius : 50% ;
391393 cursor : pointer;
392394 background-color : # 630d7e ;
393395 margin : 20px ;
394396 transition-duration : 0.2s ;
395397 }
396398
399+ table {
400+ /*background-image: linear-gradient(320deg, #000000 40%, #8907c19b 60%); */
401+ background-image : linear-gradient (30deg , # 000000 10% , # 7831979b 80% );
402+ background-repeat : no-repeat;
403+ background-size : cover;
404+ font-family : arial, sans-serif;
405+ border-collapse : collapse;
406+ width : 97% ;
407+ justify-content : center;
408+ margin : 0 auto;
409+ margin-bottom : 3rem ;
410+ margin-top : 30px ;
411+ filter : drop-shadow (10px 10px 10px rgb (0 , 0 , 0 ));
412+ border-radius : 10px ;
413+ }
414+
415+
397416 }
You can’t perform that action at this time.
0 commit comments