-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
74 lines (73 loc) · 1.3 KB
/
styles.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
img.img-fluid {
padding: 15px 0px;
}
#Gallery {
margin: auto;
}
.jumbotron {
/* Photo by Markus Spiske on Unsplash
https://images.unsplash.com/photo-1515524738708-327f6b0037a7?ixlib=rb-0.3.5&s=cb89fbf71ae49b0a22e3e35e6d856a17&auto=format&fit=crop&w=1950&q=80
found 5/13/18*/
background-image: url("markus-spiske-507983-unsplash.jpg");
background-size: cover;
height: 100%;
min-height: 300px;
margin: 0;
border-radius: 0;
}
body {
margin-top: 82px;
font-family: 'Poppins', sans-serif;
background-color: #efe9f4;
}
.bg-light {
background-color: #5fbff9!important;
}
#About {
background-color: #16bac5;
}
img.image {
width: 50px;
border-radius: 10px;
float: left;
padding: none;
}
#Portfolio, #About, #Contact {
padding: 82px 0px;
text-align: center;
}
#Profile, #Navigation {
display: inline;
}
.name, a.nav-link {
color: #171d1c;
}
@media screen and (min-width: 1150px) {
#About {
padding-left: 315px;
padding-right: 315px;
margin: auto;
}
}
@media screen and (min-width: 1440px) {
div.container-fluid, div.jumbotron {
width: 1440px;
margin: auto;
}
}
@media screen and (max-width: 610px) {
/* .navbar-brand {
width: 20%;
}*/
.name {
font-size: 2em;
display: block;
}
#Navigation, #Profile {
margin: auto;
display: block;
}
#Portfolio, #About, #Contact {
padding: 122px 0px;
}
}