-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
88 lines (78 loc) · 1.67 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
.context {
width: 100%;
position: absolute;
top:50vh;
}
.navbar-brand {
position: relative;
background: url("brandlogo.png") center center;
width: 170px;
height: 40px;
background-size:cover;
background-repeat: no-repeat;
background-position: center;
margin-top: 0px;
margin-bottom: 0px;
}
.navbar-expand-lg .nav-link {
color:#8189a7;
}
div#navbarNav{
font-weight:bold;
}
div#navbarright{
font-weight:bold;
}
.navbar{
background:black;
}
.navbar-nav{
padding-left: 2px;
padding-right: 2px;
}
.navbar-brand{
padding-left: 2px;
}
body, html {
height: 100%;
}
* {
box-sizing: border-box;
}
.bg-image {
/* The image used */
background-image: url("iStock-520374378.jpg");
/* Add the blur effect */
filter: blur(8px);
-webkit-filter: blur(8px);
/* Full height */
height: 70%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* Position text in the middle of the page/image */
.bg-text {
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
color: white;
font-weight: bold;
border: 3px solid #f1f1f1;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
width: 80%;
padding: 20px;
text-align: center;
}
.circles{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}