-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathstyle0.css
More file actions
67 lines (59 loc) · 988 Bytes
/
style0.css
File metadata and controls
67 lines (59 loc) · 988 Bytes
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
#keyword {
display: inline-block;
width: 50%;
}
#submit {
display: inline-block;
background-color: #6495ed;
color: #fff;
padding: 5.5px 20px;
vertical-align: top;
}
#list {
padding: 0;
margin: 0 auto;
width: 50%;
list-style: none;
}
li {
border-radius: 5px;
box-shadow: 0.5px 0.5px 1px 1px rgba(0,0,0,0.1) inset;
background-color: #eee;
margin: 10px;
padding: 10px;
}
.form-group {
width: 75%;
margin: 20px auto;
text-align: center;
}
#result {
display: flex;
justify-content: center;
align-items: center;
}
.test{
color:white;
}
.testtest{
margin: 0 auto;
text-align: center;
line-height: 300px;
height: 300px;
width: 500px;
background-color: yellow;
font-weight: bold;
font-size: 180%;
color: blue;
border: 2px solid;
border-radius: 20%;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
opacity: 0;
}
.fade {
opacity: 3;
}