-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
92 lines (84 loc) · 1.36 KB
/
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
78
79
80
81
82
83
84
85
86
87
88
89
input[type="text"], textarea {
background-color : #5cb85c;
}
#mytext p{
font-size:14px;
line-height: 1.5;
text-align: justify;
margin-left: 2%;
}
.progress {
background: black;
justify-content: flex-start;
border-radius: 100px;
align-items: center;
position: relative;
float: right;
display: flex;
height: 50px;
width: 200px;
margin: 1%;
}
.progress-value {
animation: load 3s normal forwards;
box-shadow: 0 10px 40px -10px #fff;
border-radius: 100px;
background: green;
height: 30px;
width: 0;
}
#top{
width: 60rem;
margin: 0;
margin-left: 30%;
float: auto;
background-color: #5cb85c;
}
#myform card-body{
width: 50rem;
margin: 0 auto;
float: none;
margin-top: 0%
}
label{
color: white;
font-size: 18px;
text-align: center;
margin-left: 10%
}
#txt{
display: none;
}
#tweet{
width: 50rem;
text-align: center;
margin: 10%;
}
#ip{
display: none;
background-color: #5cb85c;
}
.in{
display: none;
background-color: #5cb85c;
}
#tweet p{
color: white;
font-size: 22px;
padding-top: 5%;
}
label{
color: white;
font-size: 18px;
text-align: center;
}
@media (max-width:410px) { #top{width: 85%;
margin-left: 5%; }
.btn btn-lg btn-danger{
margin-left: 0%
}
.radio-inline{
font-size: 10px
}
p{font-size: 10px}
#tweet{width: 85%}}