forked from harshsingla/tankwarweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.css
More file actions
102 lines (99 loc) · 1.21 KB
/
feedback.css
File metadata and controls
102 lines (99 loc) · 1.21 KB
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
body
{
background: url(https://images7.alphacoders.com/313/thumb-1920-313883.jpg);
background-size: cover;
background-position: center;
}
html
{
height: 100%;
}
hr
{
text-align:center;
width: 80%;
color: white;
}
h1
{
text-align: center;
font-family: Dancing script;
color: white;
}
#container
{
width: 50%;
border :2px solid white;
margin: 5px auto;
}
#emoji
{
margin-left: 10%;
}
#emot1,#emot2,#emot4,#emot3
{
width: 10%;
height: 10%;
background-color: transparent;
border-width: 0;
}
#emot1:hover
{
border-bottom: 2px solid white;
}
#emot2:hover
{
border-bottom: 2px solid white;
}
#emot3:hover
{
border-bottom: 2px solid white;
}
#emot4:hover
{
border-bottom: 2px solid white;
}
h3
{
color: white;
font-family: lato;
margin-left: 10%
}
input
{
margin-left: 10%;
padding-right: 25%;
padding-bottom: 8px;
max-width: 800px;
}
img
{
width: 100%;
height: 100%;
}
span : hover
{
background-color: white;
}
textarea
{
width: 50%;
margin-left: 10%;
height: 50px;
}
#submit
{
border-width:0.9px;
color: white;
margin-left: 10%;
margin-top: 7%;
margin-bottom: 5%;
padding: 10px;
border-radius:17%;
background-color: transparent;
}
#submit:hover
{
background-color: #040e59;
font-weight: bold;
}