-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
88 lines (82 loc) · 1.52 KB
/
style.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
body{
overflow-x: hidden;
}
.container{
width: 90% !important;
}
#top-images{
margin-top: 5%;
}
.top-images-box{
transform-style: preserve-3d;
position: absolute;
perspective: 600px;
transition: 0.10s;
}
#top-images2{
transform: rotateX(-15deg);
border-radius: 15%;
}
.top-images-box:hover{
transform: rotateX("80deg");
}
.top-images-img:hover{
transform: rotateY(15deg);
}
.space{
height: 250px;
}
.border-active{
border-bottom: 6px solid #fc5a5a;
}
.filled-in{
color: #fc5a5a !important;
}
.sub-img-box{
background-image: url("images/adult.jpg");
}
.sub-img-box-inner{
background-color: rgba(0, 0, 0, 0.4);
}
.main-inner{
position: absolute;
margin-top: 5%;
}
#first-desc{
font-family: 'Source Sans Pro', sans-serif;
font-size: 20px;
color: rgb(92, 91, 91);
}
.font{
font-family: 'Source Sans Pro', sans-serif!important;
color: rgb(77, 76, 76);
}
.embeded{
max-width: 300px;
max-height: 380px;
overflow-y: scroll;
}
.height-space{
height: 30px;
}
::-webkit-scrollbar {
width: 0px; /* remove scrollbar space */
background: transparent; /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
background: rgb(56, 2, 92);
}
#insta-icon{
font-size: 70px;
margin-left: 50%;
color: rgb(46, 45, 45);
text-align: center!important;
transition: all .3s;
}
#insta-icon:hover{
color: rgb(238, 99, 125);
}
.landing-footer{
height: 50px;
}