-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
114 lines (83 loc) · 1.53 KB
/
Copy pathstyle.css
File metadata and controls
114 lines (83 loc) · 1.53 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
/* width */
::-webkit-scrollbar {
width: 17px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgb(255, 255, 255);
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: linear-gradient(120deg,blue, purple, red, orange);
border-radius: 10px;
}
.jumbotron {
padding-top: 6rem;
background-color: #e2edff;
box-shadow: 2px 7px 20px;
}
#projects {
background-color: #e2edff;
}
section {
padding-top: 5rem;
}
.jumbotron {
height: 899px;
background-attachment: fixed;
background-size: cover;
background-image: url('../img/project/alif-bg.jpg')
}
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-500%);
transform: translateY(-50%);
}
/* Style the icon bar links */
.icon-bar a {
display: block;
text-align: center;
padding: 10px;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}
/* Style the social media icons with color, if you want */
.icon-bar a:hover {
background-color: #000;
}
.facebook {
background: #3B5998;
color: white;
}
.twitter {
background: #55ACEE;
color: white;
}
.google {
background: #dd4b39;
color: white;
}
.linkedin {
background: #007bb5;
color: white;
}
.fa-instagram {
background: #ea4c89;
color: white;
}
.youtube {
background: #bb0000;
color: white;
}
.header {
position: fixed;
top: 0;
z-index: 1;
width: 100%;
background-color: #f1f1f1;
}