-
Notifications
You must be signed in to change notification settings - Fork 1
/
index_style.css
77 lines (76 loc) · 1.29 KB
/
index_style.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
@keyframes titleColorChange{
0%{background-color: #52d4ff;}
50%{background-color: deeppink;}
100%{background-color: #52d4ff;}
}
body{
margin: 0 auto;
background-color: black;
}
#title_colorA{
width: auto;
height: 600px;
background-color: #52d4ff;
}
.title_anime{
animation-name: titleColorChange;
animation-duration: 3s;
animation-iteration-count: infinite;
}
#title_background{
font-size: 50px;
color:white;
letter-spacing: -.02em
}
#gogoS{
width: 130px;
height:40px;
color: white;
background-color: black;
border:3px solid #52d4ff;
}
.center{
margin:0 auto;
width: 450px;
}
.center2{
margin:0 auto;
width: 500px;
align-items: center;
position: relative;
top: 25px;
left: 125px;
}
#gogoB{
width: 130px;
height:40px;
color: white;
background-color: black;
border:3px solid deeppink;
}
#list{
margin:0 auto;
width: 500px;
color: white;
position: relative;
top: 50px;
}
#textin{
width: 500px;
height: 160px;
border-radius: 15px;
position: relative;
right: 25px;
outline: none;
background-color: none;
border: 5px solid #2de0ff;
}
.cobyr{
color: white;
position: relative;
top: 50px;
}
#plsin{
font-size: 50px;
color: white;
}