-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
107 lines (87 loc) · 1.65 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
96
97
98
99
100
101
102
103
104
105
106
.block {
background-color: black;
opacity: .7;
padding: 10px;
width: 50%;
margin-right: auto;
margin-left: auto;
border-radius: 7.5px;
}
.nav-pills {
font-size: 1.7em;
background-color: black;
margin-bottom: 10%;
}
body {
background-color: #757575;
font-family: 'Lato', sans-serif;
color : white;
}
a {
color: #e0f2f1;
}
h1 {
padding:0;
margin-top:0;
font-size: 4.0em;
padding-top:0%;
}
.btn-default {
background-color: #ff5722;
border-color: #ff6f00;
color: #e0f2f1;
font-family: 'Lato', sans-serif;
font-size: 1.7em;
margin-top: 1%;
margin-right: .5%;
}
.pageOne { background:url("https://images.unsplash.com/photo-1472201248592-1241c92256ff?dpr=1&auto=format&fit=crop&w=1199&h=704&q=80&cs=tinysrgb&crop=&bg=");
background-size: cover;
height: 800px;
margin-bottom: -10%;
}
.pageTwo {
background:url("https://unsplash.com/photos/VLdaxYyXJvw/download?force=true");
background-size: cover;
height: 800px;
margin-top: 75px;
padding-top: 5%;
}
p {
font-size: 1.8em;
}
.fSize {
font-size: 1.8em;
}
.mid {
padding-top: 120px;
padding-bottom: 25px;
}
.mid2 {
margin-top: 50px;
padding-bottom: 25px;
}
.pageThree {
background:url("http://unsplash.com/photos/667uUSwqLiY/download?force=true");
height: 800px;
margin-bottom: 0%;
}
.pageFour {
background:url("https://res.cloudinary.com/dck40m3wf/image/upload/v1455475485/Portfolio/tweed.png");
height: 400px;
padding-top: 5%;
}
.paddingBTN {
padding-top: 1%;
padding-bottom: 1%;
width: 200px;
margin-bottom: 15px;
}
.paddingTop {
padding-top: 2%;
padding-bottom: 2%;
}
.mid {
padding-top: auto;
margin-bottom: auto;
}