-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
49 lines (43 loc) · 828 Bytes
/
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
#loader{
position: fixed;
width: 100%;
height: 100vh;
background: #ff4aff url('preloader.gif') no-repeat center center;
z-index: 999;
}
.mainLogo{
width: 15%;
height: 15%;
background-color: #52185A;
}
/* scroll-up button starts */
#goingupbtn {
position: fixed;
right: 10px;
bottom: 10px;
width: 50px;
height: 50px;
border-radius: 50%;
background: #52185A;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
color: #FFFFFF;
border: none;
outline: none;
cursor: pointer;
z-index: 1;
}
#goingupbtn:hover {
width: 52px;
height: 52px;
margin: 2px;
background: #C364D0;
}
#goingupbtn:active {
background: rgb(12, 214, 12);
}
.centered-navbar{
position:absolute; left:25%;
width:50%;
text-align:center;
}
/* scroll-up button ends */