-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimec.css
More file actions
90 lines (59 loc) · 1.11 KB
/
timec.css
File metadata and controls
90 lines (59 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
body{
padding: 0%;
margin: 0%;
/* height: 100vh; */
font-family: 'Bowlby One', cursive;
}
#particles-js{
height: 210vh;
background:url("blue.jpeg");
background-size: cover;
background-position: center;
}
.box3{
position: absolute;
height:700px;
/* background-color: red; */
/* margin-left: 40px; */
/* align-items: center; */
margin-left: 30px;
padding: 20px;
}
.title1{
text-align: center;
font-size: 80px;
margin-top: 50px;
margin-bottom: 50px;
font-family: 'Bowlby One', cursive;
animation-name: anim1;
animation-duration: 3s;
animation-iteration-count: infinite;
text-shadow: 0px 0px 15px black;
color: royalblue;
}
@keyframes anim1{
0%{
/* color:#69e00d; */
color:mediumslateblue;
}
25%{
/* color:#30dbbc; */
color: #75FF33
}
50%{
/* color:#fdff82; */
color:#DBff33;
}
75%{
/* color:#547dbf; */
color: #FFBD33;
}
100%{
color:#ddf571;
}
}
.col-md-4{
margin: 30px 0px !important;
}
.card{
}