-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirstpaage.css
81 lines (54 loc) · 1.29 KB
/
firstpaage.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
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
/* * {
background-image: url("nasa-galaxy_9pu4.jpg");
background-repeat: no-repeat;
}
h1 {
color: rgb(129, 141, 24);
font-family: 'Times New Roman', Times, serif;
margin: 0px 190px;
}
button {
margin-top: 25px;
width: 300px;
height: 150px;
font-size: 20px;
font-weight: bold;
font-family: cursive;
background-color: limegreen;
color: gold;
border: 1px solid black;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.7);
border-radius: 3px;
margin-top: 25%;
}
button:hover {
background: rgb(15, 161, 219);
}
.para {
margin-left: 11%;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
background-color: brown;
}
body {
font-family: cursive;
}
.glow {
font-size: 80px;
color: #fff;
text-align: center;
-webkit-animation: glow 1s ease-in-out infinite alternate;
-moz-animation: glow 1s ease-in-out infinite alternate;
animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}
to {
text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
}
}
#gfg {
font-family:cursive ;
}
*/