-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
123 lines (123 loc) · 1.81 KB
/
Copy pathstyle.css
File metadata and controls
123 lines (123 loc) · 1.81 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
* {
margin:0;
padding: 0;
}
body{
font-family: sans-serif;
}
.banner{
height: 100vh;
position: relative;
}
.slider{
width: 93%;
float:left;
}
.carousel-caption-item{
height:50px !important;
}
.carousel-caption{
max-height: 350px !important;
max-width: 500px !important;
text-align: right !important;
right:60px !important;
left:auto !important;
top:160px !important;
}
.carousel-caption h1 {
font-size:70px;
}
.carousel-caption p{
margin-top: 40px;
}
.side-menu{
height:630px;
width: 7%;
float:right;
background-color: #ff0000;
position:relative;
z-index: 2;
}
.carousel-item{
height: 630px;
}
.menu-icon{
width: 40px;
margin: 25px;
cursor: pointer;
}
.search-icon{
width:30px;
margin:30px;
cursor: pointer;
}
.side-menu:after{
content:'';
width:1px;
height:130px;
background:#fff;
left:45px;
top:200px;
position: absolute;
}
.carousel-indicators{
left:85% !important;
height: 40% !important;
width:95px !important;
top:55% !important;
display:block !important;
color:#fff;
}
.carousel-indicators li{
width:10px !important;
height: 10px !important;
border-radius: 50% !important;
margin-left: 45px !important;
margin-top: 15px !important;
background:transparent !important;
border:2px solid #fff !important;
}
.share{
margin-top: 60px;
margin-left: 40px;
}
.share img{
width:20px;
margin-right:12px;
cursor: pointer;
}
.top-bar{
position: absolute;
margin:30px;
z-index: 2;
}
.top-bar img{
height: 30px;
cursor: pointer;
}
.top-bar ul{
display:inline-flex;
}
.top-bar ul li{
list-style: none;
margin:15px;
}
.top-bar ul li a{
color:#fff;
display: block;
padding-top: 5px;
}
.social-icons{
top:35%;
left:5%;
position:absolute;
z-index: 2;
}
.social-icons ul li{
list-style: none;
margin:10 px 0;
font-size:20px;
}
.social-icons ul li a{
color:#fff !important;
}