forked from gvsankirtana/Airline-Management
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpayment.css
More file actions
102 lines (102 loc) · 1.98 KB
/
payment.css
File metadata and controls
102 lines (102 loc) · 1.98 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-image: url("images/payment.jpg");
background-repeat: no-repeat;
background-position: center;
background-size:cover,contain;
}
#navbar {
overflow: hidden;
background-color:rgba(0,0,0,0.2);
text-align: right;
}
#navbar a {
float: right;
display: block;
color: white;
text-align: right;
padding: 30px 30px;
text-decoration: none;
font-size: 17px;
}
#navbar a:hover {
background-color: #ddd;
color: white;
}
#navbar a.active {
background-color: black;
color: white;
}
#side a, .dropdown-btn {
padding: 6px 8px 6px 0px;
text-decoration: none;
font-size: 20px;
color: white;
display: block;
border: none;
width: 100%;
text-align: left;
cursor: pointer;
outline: none;
}
#side a:hover, .dropdown-btn:hover {
color: yellow;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.sticky + .content {
padding-top: 60px;
}
#menu{
width:50px;
position: fixed;
right: 65px;
top:35px;
z-index:2;
cursor:pointer;
}
#side{
width:250px;
height:700px;
position: fixed;
right:-250px;
top:0;
background-color:rgba(0,0,0,0.2);
z-index: 2;
transition: 2s;
overflow-y: scroll;
}
li {
list-style-type: none;
font-size: 16pt;
}
nav ul li{
list-style: none;
margin:50px 20px;
}
nav ul li a{
text-transform: uppercase;
text-decoration: none;
color: white;
text-align: right;
}
.main {
margin-left: 60px; /* Same as the width of the sidenav */
font-size: 28px; /* Increased text to enable scrolling */
padding: 0px 10px;
margin-right: 80px;
}
.headingstyle{
background-image: url("images/payment.jpg");
background-repeat: no-repeat;
background-position: center;
background-size:cover,contain;
color: white;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}