-
Notifications
You must be signed in to change notification settings - Fork 0
/
Report_Form.css
74 lines (74 loc) · 1.56 KB
/
Report_Form.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
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body{
min-height: 100vh;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
/*background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSvRvL25T9D0dR41cXvIExcVjNMp9FOkFcAeA&usqp=CAU");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-blend-mode:screen;*/
background-color: #fec107;
}
.fullcover {
border: 2px solid #d5dbd9;
background-color: white;
padding: 20px;
margin-top: 50px;
margin-bottom: 50px;
}
p {
padding: 10px;
margin: 5px;
}
.report {
background-color: #fec107;
color: black;
width: 405px;
height: 30px;
text-align: center;
align-items: center;
justify-content: center;
margin-left: 16px;
margin-bottom: 20px;
border: 2px solid black;
}
.evidence {
background-color: black;
color: yellow;
width: 192px;
}
.proof {
padding-top: 20px;
}
.address_tab, .problem_tab {
font-size: 16px;
border: 3px solid black;
}
.heading {
margin-top: 30px;
background-color: none;
color: #fec107;
text-align: center;
text-decoration: underline;
}
.unique_id {
padding: 2px;
margin-left: 5px;
font-size: 16px;
border: 3px solid black;
}
b {
color: black;
}
.first_para {
padding-top: 40px;
}