-
Notifications
You must be signed in to change notification settings - Fork 0
/
style2.css
53 lines (43 loc) · 888 Bytes
/
style2.css
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
@keyframes home{
from{
font-size: smaller;
text-overflow: 10px;
color: rgb(232, 9, 20);
}to{ font-size: 50px;
color:rgb(173, 238, 7);
}
}
body{
background-color:white;
}
.b{
height: 60%;
animation-iteration-count: 50;
display: grid;
background-color: black;
justify-items: center;
margin-top: 20%;
animation-duration: 5s;
font-weight: 800;
animation-name: home;
background-color:white;
font-size: 40px;
animation-delay: 0s;
}
@keyframes hom{
from{
color: rgb(235, 22, 182);
}to{
color:rgb(10, 224, 10);
}
}
.a{
margin-left: 48%;
justify-content: center;
align-items: center;
margin-top: 5%;
animation-name: hom;
}
a{
text-decoration: none;
}