-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustomCss.css
More file actions
108 lines (89 loc) · 1.39 KB
/
customCss.css
File metadata and controls
108 lines (89 loc) · 1.39 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
103
104
105
106
107
108
.row-header{
margin:0px auto;
padding:0px;
}
.row-content {
margin:0px auto;
padding: 50px 0px 50px 0px;
/*border-bottom: 1px ridge;*/
min-height:400px;
margin-bottom: 50px;
}
.footer{
background-color: #D1C4E9;
margin:0px auto;
padding: 20px 0px 20px 0px;
}
.row{
margin-bottom: 50px;
}
body{
padding:50px 0px 0px 0px;
z-index:0;
}
.navbar-dark {
background-color: #512DA8;
}
.tab-content {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px;
}
.carousel {
background:#512DA8;
}
.carousel-item {
height: 300px;
}
.carousel-item img {
position: absolute;
top: 0;
left: 0;
min-height: 300px;
}
#modal-form{
margin:0px 0px;
padding:0px;
}
.modal-content {
margin:0px 0px;
padding:0px;
}
.modal-body {
margin:0px 0px;
padding:0px;
}
#carouselButton {
right:0px;
position: absolute;
bottom: 0px;
z-index: 1;
}
.modal-footer{
border-top: none;
}
#loginModal .modal-body{
padding: 30px 30px;
}
.modal .modal-header {
color: #fffaf0;
background-color: #8A2BE2;
}
.close{
color :white;
}
.modal .modal-header button .close {
color: #fffaf0;
opacity: 1;
}
.modal .card-body {
background-color: #E6E6FA;
}
audio
{
width : 100%;
height :30px;
max-width: 500px;
controls : controls;
}