File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 24
24
}
25
25
26
26
.game-card {
27
+ border-radius : 2rem ;
27
28
min-width : 100% ;
28
29
min-height : 450px ;
29
30
display : flex;
63
64
}
64
65
65
66
.game-img {
67
+ border-radius : 2rem ;
66
68
width : 96% ;
67
69
height : 96% ;
68
70
transition : all 0.3s ease-in-out;
74
76
width : 100% ;
75
77
position : absolute;
76
78
bottom : 10% ;
77
- left : 10 % ;
79
+ left : 5 % ;
78
80
z-index : 2 ;
79
81
}
80
82
81
83
.gradient-text {
82
- background : linear-gradient (# 7cffff , # f054f3 );
84
+ background : linear-gradient (# f054f3 , # 7cffff );
83
85
-webkit-background-clip : text;
84
86
-webkit-text-fill-color : transparent;
87
+
88
+
85
89
font-size : 35px ;
86
90
font-weight : bolder; /* Adjust font weight as needed */
87
91
}
90
94
width : 80% ;
91
95
font-size : 15px ;
92
96
display : none;
93
- font-weight : bold ;
94
- background : linear-gradient (# 7cffff , # f054f3 );
97
+ font-weight : bolder ;
98
+ background : linear-gradient (# 743db8 , # c535db );
95
99
-webkit-background-clip : text;
96
100
-webkit-text-fill-color : transparent;
97
101
}
101
105
padding : 10px ;
102
106
border-radius : 10px ;
103
107
border : none;
104
- background : linear-gradient (# 7cffff, # f054f3 );
108
+ background : linear-gradient (# 743db8, # c535db );
109
+ color : white;
105
110
font-weight : bold;
106
111
bottom : 10% ;
107
112
right : 10% ;
111
116
112
117
.game-btn : hover {
113
118
cursor : pointer;
114
- background : linear-gradient (# f054f3 , # 7cffff );
119
+ background : linear-gradient (# 743db8 , # c535db );
115
120
}
116
121
117
122
@media (max-width : 1920px ) {
You can’t perform that action at this time.
0 commit comments