-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (59 loc) · 1.09 KB
/
style.css
File metadata and controls
67 lines (59 loc) · 1.09 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
.form-select{
width:fit-content;
margin:60px auto !important;
}
footer{
height:76px;
box-shadow: 0 0 1rem 0.40rem rgba(var(--bs-body-color-rgb),0.15) !important;
display: block;
unicode-bidi: isolate;
color:green;
}
.py-3 {
padding-top: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
}
.align-items-center {
align-items: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.d-flex {
display: flex !important;
}
.bus-card{
background-color:rgb(224, 224, 224);
border-radius: 20px;
padding:15px 30px;
}
.title-bus{
font-size:50px;
font-weight: 700;
text-transform: uppercase;
}
.bus-line{
margin:0 0 20px 0;
font-weight: 500;
}
.bus-number{
position:absolute;
margin-top:30px;
padding:1px 20px;
color:white !important;
font-weight: 700;
font-size:20px;
}
.title-escription{
margin:20px auto;
font-size:larger;
font-weight: 600;
}
.bus{
font-weight: bolder;
}