-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmikehorn.css
executable file
·88 lines (69 loc) · 974 Bytes
/
mikehorn.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
/* mikehorn.css */
html{
height: 100%;
}
.default-body{
background: url("images/Elephant in water.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: white;
padding-top: 15%;
}
#splash-content{
text-align: right;
padding-top: 10%;
/* padding-right: 5%; */
}
#child-content{
text-align: centre;
/*padding-top: 15%;*/
}
.about-block-1 .col-md{
height: 500px;
padding-top: 10%;
}
.nav-hover{
color: #FFFFFF;
}
.nav{
top: 0;
height: 60x;
}
.nav-up{
top: -60;
}
.nav-before{
color: #9D9D9D;
}
.nav-link{
color: white !important;
}
.nav-link .active{
color: grey;
}
.gallery-card{
width: 18rem;
}
img{
width: 10pc;
}
.home-link{
color: white;
}
.page-link, .page-link:hover{
color: black;
background-color: #dcdce3;
}
.content-lg{
background-color: #dcdce3;
padding-top: 7%;
}
.whitebox{
background-color: #FFFFFF;
float: right;
padding-right: 5%;
}
.bodytext{
padding-bottom: 1em;
}