forked from sarahdoi/Oun-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurrentBabycss.css
122 lines (111 loc) · 1.92 KB
/
currentBabycss.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
.welcome h1
{
margin-top: 10%;
margin-right: 50%;
font-size: 50px;
}
.glow {
font-size: 80px;
color: #fff;
text-align: center;
animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px rgb(196,183,247), 0 0 40px rgb(196,183,247), 0 0 50px rgb(196,183,247), 0 0 60px rgb(196,183,247), 0 0 70px rgb(196,183,247);
}
to {
text-shadow: 0 0 20px #fff, 0 0 30px rgb(97,219,235), 0 0 40px rgb(97,219,235), 0 0 50px rgb(97,219,235), 0 0 60px rgb(97,219,235), 0 0 70px rgb(97,219,235), 0 0 80px rgb(97,219,235);
}
}
/*.button{
background-color: rgb(41, 33, 78) ;
color: white;
font-size: 40px;
text-decoration: none;
border: 2px solid transparent;
font-weight: bold;
border-radius: 12px;
transition: .4s;
margin-top:8%;
padding: 40px 150px;
display: grid;
margin-left: 25%;
margin-right: 25%;
text-align: center;
}*/
/*.button:hover{
background-color: rgb(72,56, 133) ;
}*/
.link a
{
color: rgb(41, 33, 78);
text-decoration:underline;
font-weight: bold;
/*padding: 5px 10px;*/
/*transition: .4s;*/
font-size: 30px;
text-align: center;
}
.link a:hover{
color:rgb(72,56, 133);
}
.link a:active{
color: rgb(18, 7, 172);
}
/*
.link a:visited
{
color: green;
}
*/
/*
.offer
{
outline:none;
background-color: rgb(41, 33, 78) ;
20px
margin-top:110px;
margin-left: 55%;
border:none ;
height:40px;
width:20%;
color: white;
font-size:16px;
border-radius:12px;
transition: 0.4s;
}
.offer a{
color: white;
}
.offer a:hover{
color: rgb(72, 56, 133);
font-size:120%;
transition: 0.4s;
}
.offer:active{
color: blue;
}
.offer:visited
{
color: green;
}
*/
.current{
position: absolute;
top: 32%;
left:35% ;
transform: translateY(-30%);
color: rgb(154, 184, 188);
margin: 20px 0px 20px;
}
.viewList
{
position: absolute;
top: 32%;
left:35% ;
transform: translateY(-30%);
color: rgb(154, 184, 188);
margin: 20px 0px 20px;
font-size: 33px;
}