-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject display.css
107 lines (93 loc) · 1.82 KB
/
project display.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
107
* {
margin: 0;
padding: 0;
box-sizing: border-box;
/*border: 1px solid #666;*/
font-family: 'Lato', sans-serif;
font-weight: 100;
color: white;
}
body.motion {
width: 100%;
background: url("project photos/Motion Models/DSC05151 copy.jpg") no-repeat center top;
background-size: cover;
padding: 0 80px;
}
body.cube {
width: 100%;
background: url("project photos/Cube House/Exterior Path copy.jpg") no-repeat center top;
background-size: cover;
padding: 0 80px;
}
body.buildingStudy {
width: 100%;
background: url("project photos/N House/LargeBox Grayscale.jpg") no-repeat center top;
background-size: cover;
padding: 0 80px;
}
body.hunt {
width: 100%;
background-color: black;
background-size: cover;
padding: 0 80px;
text-align: center;
}
.progress {
text-align: center;
margin-top: 200px;
margin-bottom: 200px;
}
.header {
margin-top: 100px;
height: 100px;
text-align: center;
text-transform: uppercase;
}
h1, h2 {
color:white;
margin-top: 50px;
font-weight: 300;
}
.image {
width: 100%;
margin-top: 100px;
}
img {
width: 100%;
}
.pages {
margin-top: 10px;
float: right;
width: 200px;
}
.pages a {
text-transform: uppercase;
float: right;
margin-left: 30px;
}
.footer2 {
text-transform: uppercase;
display: inline-block;
margin-top: 100px;
width: 100%;
text-align: center;
}
.intro {
margin-top: 50px;
font-weight: 300;
}
.contact {
margin-top: 20px;
padding: 100px;
border-top: 1px solid #666;
font-weight: 300;
text-align: center;
line-height: 1.5em;
}
.copyright {
text-transform: uppercase;
margin-bottom: 100px;
font-weight: 300;
text-align: center;
line-height: 1.5em;
}