-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmycss.css
119 lines (74 loc) · 1.63 KB
/
mycss.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
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
109
110
111
112
113
114
115
116
117
118
119
body{
font-family: 'Poppins', sans-serif;
}
.carousel-caption {
top: 20% !important;
bottom: auto;
text-size:24px;
}
.carousel-caption h2 {
font-size: 9rem;
margin-bottom: 0;
color: #FFF;
font-weight: 300;
}
.carousel-caption p {
color: rgba(255, 255, 255, 0.65);
text-transform: uppercase;
font-size: 3rem;
font-weight: 300;
margin: 0;
padding-bottom: 1.75rem;
letter-spacing: .25rem;
}
header{
color: white;
}
#footer {
padding: 4rem 0 2rem 0 ;
background: #000;
text-align: center;
width: 100% !important;
bottom: 0;
}
ul.icons li {
display: inline-block;
padding: 0 2rem 0 0;
font-size: 36px;
}
.background-wrapper {
background-color: #000;
color: #bfbfbf;
background-size: cover;
background-attachment: fixed;
background-position: center;
position: relative;
}
.panel-transparent {
background: none;
border-radius: 0;
border:none;
}
.panel-transparent .panel-heading{
background: rgba(122, 130, 136, 0.6)!important;
}
.panel-transparent .panel-body{
background:rgba(46,51,56,0.4)!important;
}
.trans-input-area{
background-color:rgba(0,0,0,0.4) !important;
border:none !important;
color: #fff;
};
/*list groups*/
.list-group
{
margin: 0;
}
.list-group-item{
margin: none;
border: none;
border-radius: 0;
background-color: black;
text-align: center;
};