-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
91 lines (70 loc) · 1.2 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
89
90
91
/* style.css */
html{
height: 100%;
}
.default-body{
padding-top: 8%;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
background-color: #9acdf7;
}
#splash-content{
text-align: left;
}
.about-block-1 .col-md{
height: 500px;
padding-top: 10%;
}
.nav{
top: 0;
height: 60x;
font-family: Rockwell;
}
.nav-link, .dropdown-item{
color: #007bff;
}
.nav-link:hover, .dropdown-item:hover{
color: #1b518b;
}
.nav-up{
top: -60;
}
.gallery-card{
width: 18rem;
}
.navbar-brand .img{
width: 10pc;
}
.navbar-custom {
background-color: #ffffff;
}
.navbar-toggler-icon {
background-image: url('https://mdbcdn.b-cdn.net/img/svg/hamburger6.svg?color=000');
}
.badge{
float: right;
padding-right: 5%;
}
.bodytext{
padding-bottom: 1em;
}
.img-col{
background-size: 100%;
background-repeat: no-repeat;
font-size:small;
}
/* Bottom left text */
.bottom-left {
position: absolute;
bottom: 6px;
left: 16px;
}
.img-fluid {
max-width: 100%;
height: auto
}
.container {
padding-top: 7%;
}