-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeedbackstyle.css
68 lines (64 loc) · 1 KB
/
feedbackstyle.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
body{
background-color: #9b93f5;
font-family: 'Sans-serif';
}
span{
color:rgb(189, 18, 18);
}
img{
position: absolute;
width: 100%;
height: 100%;
}
fieldset{
margin-top:40px;
margin-left:30%;
padding:40px;
width:40%;
border-radius: 30px;
height:80%;
background:linear-gradient(rgba(88, 177, 249,0.8),rgba(131, 188, 235, 0.8))
}
.radio-inline{
margin-left:10px;
margin-right:20px;
padding:10px;
cursor: pointer;
}
label{
color: rgb(0, 0, 0);
}
#text{
height: 40px;
border-radius: 5px;
padding-left: 10px;
font-size: 14px;
border: none;
width: 100%;
color: #000;
margin:3px;
}
#message{
outline: none;
border: none;
padding: 10px 0px 0px 15px;
font-size: 16px;
color:#000;
border-radius: 5px;
width: 100%
}
.o{
color:white;
}
.p{
color:rgb(240, 240, 240);
}
.btn{
margin-bottom:60px;
}
.row .x{
font-size:20px;
font-weight: bold;
margin-top:10px;
margin-left:3px;
}