-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.css
55 lines (44 loc) · 994 Bytes
/
base.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
.jumbotron {
background-image: url("./bok.jpg");
background-size: cover;
height: 100%;
min-height: 600px;
background-position: center top;
background-repeat: no-repeat;
}
.card-transition:hover {
background-color: #52FFB8;
}
.card-transition {
transition: background-color 0.5s ease;
box-shadow: 0 0 15px 3px rgba(68, 88, 144, 0.12);
}
.team {
-webkit-filter: grayscale(100%) brightness(125%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%) brightness(125%);
}
.card-transparent {
background-color: rgba(245, 245, 245, 0.9);
}
hr {
border: 2px solid #52FFB8;
}
.retro {
font-family: 'Audiowide', cursive;
}
body {
font-family: 'Open Sans', sans-serif;
}
/* Smooth scrolling for most browsers except safari and IE */
html {
scroll-behavior: smooth;
}
/* https://css-tricks.com/hash-tag-links-padding/ */
section::before {
display: block;
content: " ";
margin-top: -285px;
height: 285px;
visibility: hidden;
pointer-events: none;
}