-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_feedback.css
More file actions
97 lines (80 loc) · 1.26 KB
/
style_feedback.css
File metadata and controls
97 lines (80 loc) · 1.26 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
@charset "utf-8";
body{
margin: 0;
padding: 0;
}
header{
padding: 0px;
}
.banner{
background: url(img19.jpg) no-repeat center;
background-size: cover;
height: 200vh;
}
body {
color: white;
box-sizing: border-box;
margin: 0;
padding: 0;
display: block;
}
main {
position: relative;
width: 100%;
height: 720px;
margin-left: 140px;
margin-right: 140px;
top: 80px;
box-sizing: border-box;
display: block;
}
.nav1{
background-color: #fff;
}
.navbar{
padding: 0px;
}
.navbar-nav li{
z-index: 1;
}
.navbar-nav li a{
font-size: 20px;
padding: 15px 60px!important;
}
.navbar-nav li a:hover{
border-right: 3px solid #ff4f81;
border-left: 3px solid #ff4f81;
transition: 0.5s all;
}
.navbar-light .navbar-nav .nav-link{
color: #000;
}
form {
width: 70%;
box-sizing: border-box;
display: block;
}
.sp{
padding-bottom: 20px;
}
.ti{
padding-right: 35px;
}
.si{
padding-left: 35px;
}
table{
color: #fff;
table-layout: fixed;
border: 1px solid white;
}
th,tr{
padding-left: 50px;
padding-right: 50px;
color: #fff;
border: 1px solid white;
}
tbody,#bod td,#bod tr{
border: 1px solid white;
color: #fff;
}