1
- @import url ('https://fonts.googleapis.com/css?family=Poppins :200,300,400,500,600,700,800,900&display=swap' );
1
+ @import url ('https://fonts.googleapis.com/css?family=Jura :200,300,400,500,600,700,800,900&display=swap' );
2
2
*
3
3
{
4
4
margin : 0 ;
5
5
padding : 0 ;
6
6
box-sizing : border-box;
7
- font-family : 'Poppins ' , sans-serif;
7
+ font-family : 'Jura ' , sans-serif;
8
8
}
9
9
body
10
10
{
@@ -49,19 +49,21 @@ body::after
49
49
.container .card
50
50
{
51
51
position : relative;
52
- width : 200 px ;
53
- height : 400 px ;
54
- margin : 30 px ;
52
+ width : 225 px ;
53
+ height : 375 px ;
54
+ margin : 20 px ;
55
55
box-shadow : 20px 20px 50px rgba (0 , 0 , 0 , 0.5 );
56
56
border-radius : 15px ;
57
- background : rgba (255 , 255 , 255 , 0.1 );
57
+ background : rgba (255 , 255 , 255 , 0.08 );
58
58
overflow : hidden;
59
59
display : flex;
60
60
justify-content : center;
61
61
align-items : center;
62
- border-top : 1px solid rgba (255 , 255 , 255 , 0.5 );
63
- border-left : 1px solid rgba (255 , 255 , 255 , 0.5 );
64
- backdrop-filter : blur (5px );
62
+ border-top : 1px solid rgba (255 , 255 , 255 , 0.45 );
63
+ border-left : 1px solid rgba (255 , 255 , 255 , 0.45 );
64
+ backdrop-filter : blur (14px );
65
+ transform-style : preserve-3d;
66
+ transform : perspective (1000px );
65
67
}
66
68
.container .card .content
67
69
{
@@ -82,20 +84,24 @@ body::after
82
84
top : -80% ;
83
85
right : 30px ;
84
86
font-size : 8em ;
85
- color : rgba (255 , 255 , 255 , 0.05 );
87
+ color : rgba (255 , 255 , 255 , 0.8 );
86
88
pointer-events : none;
89
+ transform : translateZ (200px )
87
90
}
88
91
.container .card .content h3
89
92
{
90
93
font-size : 1.8em ;
91
- color : # fff ;
94
+ color : rgba ( 255 , 255 , 255 , 0.1 ) ;
92
95
z-index : 1 ;
96
+ transform : translateZ (1000px )
93
97
}
94
98
.container .card .content p
95
99
{
96
100
font-size : 1em ;
97
101
color : # fff ;
98
102
font-weight : 300 ;
103
+ transform : translateZ (80px )
104
+
99
105
}
100
106
.container .card .content a
101
107
{
@@ -109,4 +115,5 @@ body::after
109
115
text-decoration : none;
110
116
font-weight : 500 ;
111
117
box-shadow : 0 5px 15px rgba (0 , 0 , 0 , 0.2 );
118
+ transform : translateZ (200px )
112
119
}
0 commit comments