-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRent.css
More file actions
94 lines (80 loc) · 1.88 KB
/
Rent.css
File metadata and controls
94 lines (80 loc) · 1.88 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
*
{
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
background-color: #f8f9fa;
color: #333;
}
.container
{
margin-top: 15px;
}
.service-container {
background-color: #fff;
padding: 30px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.service-details {
text-align: center;
}
.navbar .fas {
margin-right: 5px;
font-size: 20px;
}
.navbar {
background-color: #007bff;
padding: 10px 20px;
color: #fff;
}
.navbar-brand {
font-size: 24px;
margin-right: auto;
color: #fff;
text-decoration: none;
}
.navbar-brand:hover {
color: #fff;
text-decoration: none;
}
.navbar a.navbar-link {
color: #fff;
text-decoration: none;
margin-right: 20px;
font-weight: bold;
}
.navbar a.navbar-link:hover {
color: #f8f9fa;
text-decoration: none;
}
.navbar .bi {
margin-right: 5px;
font-size: 20px;
}
.btn-container {
width: 80%;
margin: 20px auto;
text-align: center;
}
.btn-vehicle {
display: inline-block;
margin-bottom: 10px;
}
.btn-next {
margin-top: 15px;
display: none; /* Initially hide the Next button */
}
.navbar-brand, .nav-link {
color: #fff;
font-weight: bold;
}
.navbar-toggler {
border: none;
}
.navbar-toggler:focus {
outline: none;
}