-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.scss
More file actions
86 lines (70 loc) · 1.18 KB
/
styles.scss
File metadata and controls
86 lines (70 loc) · 1.18 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
$font-stack: 'Spinnaker', sans-serif;
$primary-color: #0E281E;
$secondary-color: #A1BDC2;
$background: rgb(218, 243, 247);
a, p, h1, h2, h3, h4, h5, h6 {
font-family: $font-stack;
}
.jumbotron {
height: 100vh;
background-image: url(mayuri-yoga/images/background.jpg);
background-size: cover;
background-position: center;
}
#logo {
margin-left: auto;
margin-right: auto;
position: absolute;
left: 0;
right: 0;
}
.navbar {
position: relative;
top: 40vh;
.nav-link {
display: inline;
text-align: center;
color: $secondary-color;
}
.active, a:hover {
color: $primary-color;
}
}
.certifications {
text-align: center;
}
.container, .container-fluid {
padding-bottom: 30px;
}
.header {
text-align: center;
color: $primary-color;
padding: 30px 0 15px 0;
}
.alt-background {
background-color: $background;
}
.card-img {
border-radius: 50%;
width: 70%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.card-title, .card-text {
text-align: center;
}
.card-title {
color: $primary-color;
padding-top: 30px;
}
.card-text {
padding: 0 30px 30px 30px;
}
.card {
background-color: transparent;
border: none;
}
// div {
// border:black solid 1px;
// }