1
- @import url ('https://fonts.googleapis.com/css2?family=Raleway&display=swap' );
2
-
3
1
body {
4
- background-color : # fbdceb ;
2
+ background-color : # f8c5d0 ;
5
3
color : # 333 ;
6
- font-family : 'Raleway' , sans-serif ;
7
- font-size : 16 px ; /* Increase font size for better readability */
4
+ font-size : 16 px ;
5
+ line-height : 1.6 ;
8
6
}
7
+
9
8
h1 {
10
9
margin-top : 20px ;
11
- font-size : 24px ; /* Increase font size for headings */
10
+ font-size : 24px ;
12
11
}
13
12
14
13
* {
15
14
text-align : center;
16
- color : white ;
17
- font-family : 'Raleway' , sans-serif;
15
+ color : # 333 ;
16
+ font-family : 'Proxima Nova' , Georgia , sans-serif;
18
17
font-weight : bolder;
19
- animation : glow 1.5s ease-in-out infinite alternate; /* Add the glow animation to all text elements */
20
- }
21
- @keyframes glow {
22
- to {
23
- text-shadow : none;
24
- }
25
- }
26
-
27
- a {
28
- visibility : hidden;
29
- }
30
-
31
- div .embed-clock-copyright {
32
- background-color : transparent !important ;
33
18
}
34
19
35
20
table {
36
21
display : inline;
22
+ font-size : 18px ; /* Increased font size for better visibility */
37
23
}
38
24
39
25
# hrt {
40
26
font-size : 18px ;
41
- margin-top : 20px ; /* Add more spacing between sections */
27
+ margin-top : 20px ;
42
28
}
43
29
44
-
45
30
# img1 {
46
31
width : 200px ;
47
32
height : 200px ;
48
33
border-radius : 20px ;
49
- margin-top : 20px ; /* Add more spacing between sections */
34
+ margin-top : 20px ;
50
35
}
36
+
51
37
img {
52
- width : 100% ; /* Ensure images are responsive */
38
+ width : 100% ;
53
39
height : auto;
54
40
border-radius : 10px ;
55
41
transition : transform 0.3s ease-in-out;
56
42
}
57
43
58
-
59
44
img : hover {
60
45
transform : scale (1.1 );
61
46
}
@@ -75,37 +60,21 @@ img:hover {
75
60
margin-top : 20px ;
76
61
}
77
62
78
- # birthdayTime {
63
+ # birthdayTime , # datingTime {
79
64
font-size : 18px ;
80
65
margin-top : 10px ;
81
66
}
82
- # datingTime {
83
- font-size : 18px ;
84
- margin-top : 20px ; /* Add more spacing between sections */
85
- }
86
-
87
67
88
68
.img {
89
69
margin-top : 20px ;
90
70
}
91
71
92
- .ttn-thetimenow-clock {
93
- color : white !important ;
94
- }
95
-
96
- .ttn-thetimenow-clock-date {
97
- font-size : 24px !important ;
98
- }
99
-
100
- .info {
101
- font-size : 16px ; /* Maintain consistent font size for information */
102
- margin-top : 10px ;
103
- }
104
72
.countdownContainer {
105
- margin : 0 auto; /* Center the countdown table */
73
+ margin : 0 auto;
106
74
}
75
+
107
76
.countdownContainer td {
108
- padding : 5px 10px ; /* Add padding to table cells */
77
+ padding : 5px 10px ;
109
78
}
110
79
111
80
.gif-container {
@@ -130,16 +99,24 @@ img:hover {
130
99
height : 80px ;
131
100
margin : 5px ;
132
101
border-radius : 10px ;
133
- animation : slideDown 0.5s ease-in-out forwards; /* Apply slideDown animation */
134
- }
135
-
102
+ animation : slideDown 0.5s ease-in-out forwards;
103
+ }
136
104
137
- /* Add animation for sliding down */
138
105
@keyframes slideDown {
139
106
0% {
140
- transform : translateY (-100% );
107
+ transform : translateY (-100% );
141
108
}
142
109
100% {
143
- transform : translateY (0 );
110
+ transform : translateY (0 );
144
111
}
145
- }
112
+ }
113
+ img {
114
+ width : 100% ;
115
+ height : auto;
116
+ border-radius : 10px ;
117
+ transition : transform 0.3s ease-in-out;
118
+ }
119
+
120
+ img : hover {
121
+ transform : scale (1.1 );
122
+ }
0 commit comments