-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
98 lines (78 loc) · 1.46 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
92
93
94
95
body {
font-family: Arial, Helvetica, sans-serif;
color: #777777;
background-image: url("images/full-bloom.png");
font-size: 1em;
line-height: 1.75em;
}
h1, h2, h3, h4, h5 {
font-family: Georgia, Times, 'Times New Roman', serif;
font-weight: bold;
}
.bg-light {
background: #ffffff!important;
}
.navMid {
padding: 0;
}
.navLeft, .navMid, .navRight {
border-bottom: 2px solid #cccccc;
}
.navbar-brand {
background: #4aaaa5;
padding: 1em;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: bold;
}
.nav-item {
border-left: 1px solid #cccccc;
padding: 0;
}
.nav-item:first-child {
border-left: 0 none;
}
.container-fluid {
margin-bottom: 20%;
}
.contentTop {
margin-top: 2em;
padding: 1em;
}
.colorMeWhite {
background: #ffffff;
}
h5 {
color: #4aaaa5;
border-bottom: 2px solid #cccccc;
padding-bottom: 1em;
}
.aboutMe-image {
padding-right: 1em;
width: 15em;
float: left;
}
.portfolioImgWrapper {
position: relative;
}
h6 {
font-family: Georgia, Times, 'Times New Roman', serif;
background: #4aaaa5;
color: #ffffff;
padding: .5em;
position: absolute;
bottom: 1.5em;
z-index: 10;
text-align: center;
width: 100%;
font-size: 1em;
}
.portfolio-image {
width: 100%;
margin: 1em 0;
}
footer {
background: #666666;
color: #ffffff;
font-size: .75em;
border-top: 5px solid #4aaaa5;
}