File tree 11 files changed +35
-20
lines changed
11 files changed +35
-20
lines changed Original file line number Diff line number Diff line change 55
55
</ svg >
56
56
57
57
< header >
58
- < h1 > ParvAi Image Generator</ h1 >
58
+ < h1 > Parv Ai Image Generator</ h1 >
59
59
</ header >
60
60
< section class ="images-section "> </ section >
61
61
< section class ="bottom-section "> </ section >
Original file line number Diff line number Diff line change @@ -54,4 +54,4 @@ form input.equal {
54
54
55
55
form input .operator {
56
56
color : # bcffd0 ;
57
- }
57
+ }
Original file line number Diff line number Diff line change 1
1
// Set the target date and time for the countdown
2
- const targetDate = new Date ( "July 3 , 2023 15:00:00" ) . getTime ( ) ;
2
+ const targetDate = new Date ( "Oct 10 , 2023 15:00:00" ) . getTime ( ) ;
3
3
4
4
// Update the countdown every second
5
5
const countdownInterval = setInterval ( ( ) => {
Original file line number Diff line number Diff line change 84
84
margin-bottom : 20px ;
85
85
letter-spacing : 2px ;
86
86
text-transform : uppercase;
87
+ color : aqua;
88
+
87
89
}
88
90
89
91
# timer {
95
97
padding : 30px ;
96
98
}
97
99
98
- # timer > div {
100
+ # timer > div {
99
101
text-align : center;
100
102
margin : 0 20px ;
101
103
}
102
104
103
- # timer > div > span {
105
+ # timer > div > span {
104
106
display : block;
105
107
font-size : 60px ;
106
108
font-weight : bold;
107
109
color : # fff ;
108
110
}
109
111
110
- # timer > div > span : last-child {
112
+ # timer > div > span : last-child {
111
113
font-size : 20px ;
112
114
margin-top : -10px ;
113
115
color : # 000 ;
114
116
text-transform : uppercase;
115
117
letter-spacing : 2px ;
116
- }
118
+ }
Original file line number Diff line number Diff line change 10
10
< div class ="container ">
11
11
< h1 > Dictionary</ h1 >
12
12
< input type ="text " id ="wordInput " placeholder ="enter a word " />
13
- < button id ="meaning "> </ button >
13
+ < button id ="meaning "> Search </ button >
14
14
</ div >
15
15
< script src ="script.js "> </ script >
16
16
</ body >
Original file line number Diff line number Diff line change 6
6
align-items : center;
7
7
height : 100vh ;
8
8
margin : 0 ;
9
+ background-color : # 007bff ;
9
10
}
10
11
11
12
.container {
@@ -20,7 +21,7 @@ input {
20
21
button {
21
22
padding : 10px 20px ;
22
23
font-size : 16px ;
23
- background-color : # 007bff ;
24
+ background-color : # 04ae64 ;
24
25
color : # fff ;
25
26
border : none;
26
27
cursor : pointer;
@@ -29,4 +30,4 @@ button {
29
30
# meaning {
30
31
margin-top : 20px ;
31
32
font-size : 18px ;
32
- }
33
+ }
Original file line number Diff line number Diff line change 5
5
justify-content : center;
6
6
align-items : center;
7
7
min-height : 100vh ;
8
- background-color : # f7f7f7 ;
8
+ background-color : # 23cd64 ;
9
+ }
10
+
11
+ * {
12
+ background-color : # 23cd64 ;
9
13
}
10
14
11
15
.game-container {
40
44
right : 10px ;
41
45
font-size : 24px ;
42
46
font-weight : bold;
43
- }
47
+ }
Original file line number Diff line number Diff line change 40
40
animation : clicking 0.8s linear forwards;
41
41
}
42
42
43
+
43
44
@keyframes clicking {
44
45
30% {
45
46
opacity : 1 ;
Original file line number Diff line number Diff line change 1
1
body {
2
2
text-align : center;
3
3
margin-top : 100px ;
4
+ background-color : lightblue;
4
5
}
5
6
6
7
h1 {
@@ -17,4 +18,4 @@ input {
17
18
18
19
button {
19
20
margin-top : 10px ;
20
- }
21
+ }
Original file line number Diff line number Diff line change 3
3
text-align : center;
4
4
margin : 0 ;
5
5
padding : 0 ;
6
+ background-color : # 2A9D8F ;
6
7
}
7
8
8
9
.slider-container {
24
25
25
26
.nav-button {
26
27
padding : 10px 20px ;
27
- background-color : # 333 ;
28
+ background-color : # E76F51 ;
28
29
color : # fff ;
29
30
border : none;
30
31
cursor : pointer;
40
41
41
42
# next {
42
43
right : 0 ;
43
- }
44
+ }
Original file line number Diff line number Diff line change
1
+ * {
2
+ background-color : # a8dadc ;
3
+ }
4
+
1
5
.meme-generator {
2
6
font-family : "Roboto" , sans-serif;
3
7
text-align : center;
8
+
4
9
}
5
10
6
11
.meme-generator img {
11
16
.meme-generator .generate-meme-btn {
12
17
padding : 8px 20px ;
13
18
border : none;
14
- border-left : 4px solid # 222 ;
15
- border-right : 4px solid # 222 ;
19
+ border-left : 4px solid # ffffff ;
20
+ border-right : 4px solid # ffffff ;
16
21
margin : 24px 0 ;
17
22
font-size : 20px ;
18
23
color : # f64d4d ;
23
28
24
29
.meme-generator .generate-meme-btn : hover {
25
30
padding : 8px 36px ;
26
- border-left : 8px solid # 222 ;
27
- border-right : 8px solid # 222 ;
31
+ border-left : 8px solid # ffffff ;
32
+ border-right : 8px solid # ffffff ;
28
33
letter-spacing : 3px ;
29
34
}
30
35
31
36
.meme-generator .meme-author {
32
37
margin : 8px ;
33
- }
38
+ }
You can’t perform that action at this time.
0 commit comments