-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp4.css
82 lines (72 loc) · 1.03 KB
/
app4.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
75
76
77
78
79
80
81
.jumbo1{
margin-top: 10%;
height: 10%;
background-color: #F5A30A;
}
#A{
text-align: center;
font-size: 30px;
text-shadow: 1px 1px 1px;
}
#B{
width: 85%;
margin-top: 2%;
margin-right: auto;
margin-left: auto;
}
/*form{
margin:10%;
}*/
.trip{
padding: 27px;
}
hr{
border: none;
height: 7px;
/* Set the hr color */
color: #333; /* old IE */
background-color: #333; /* Modern Browsers */
width: 65%;
}
.jumbo2{
margin-top: 10%;
height: 10%;
background-color: #F5A30A;
}
.jumbo3{
margin-top: 10%;
height: 10%;
background-color: #7D88AD;
}
.jumbo4{
margin-top: 10%;
height: 10%;
background-color: #F5A30A;
}
.modal.fade:not(.in).right .modal-dialog {
-webkit-transform: translate3d(25%, 0, 0);
transform: translate3d(25%, 0, 0);
}
i{
padding: 5px;
}
body{
background: url(Pictures/H.jpg);
background-size: cover;
height: 100%;
}
html{
height: 100%;
}
li div{
font-size: 19px;
font-weight: 600;
}
li u{
font-size: 25px;
font-weight: 700;
color:brown;
}
h4{
text-align: center;
}