-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
112 lines (89 loc) · 1.63 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
107
108
109
110
111
112
body{
margin: 0px;
}
#nav-header{
display: block;
width: 100%;
height: 80px;
border-bottom: 4px solid #ff6600;
}
#logo{
width: 8%;
height: auto;
margin-top: 10px;
}
footer{
width: 100%;
height: 250px;
background-color: #ff6600;
border-top: 2px solid #ff6600 ;
}
img{
width: 30%;
height: auto;
margin: calc(10%/6.5);
}
.search{
width: 250px;
height: 50px;
border: none;
float: right;
border: 2px solid #ff6600;
padding-left: 18px;
margin-top: 16px;
margin-right: 25px;
}
#photo-grid{
background-color: black;
}
p{
text-align: left;
padding-left: 30px;
font-family: Cormorant SC, sans-serif;
color: white;
font-size: 18px;
line-height: 24px;
line-kerning: 50px;
}
table.center{
padding-left: 30px;
font-family: Input Mono, sans-serif;
font-size: 12px;
}
td{
padding: 3px;
border-bottom: 1px solid white;
}
a{
text-decoration: none;
color: white;
}
a:hover{
color: black;
}
span{
font-weight: 600;
font-size: 24px;
font-family: Cormorant SC,sans-serif;
}
#photo-quote{
margin: 0px;
padding: 0px;
width: 100%;
height: 80px;
background-color: #ff6600;
}
p.quote{
text-align: center;
margin: 0px;
font-size: 40px;
padding-top: 25px;
font-family: Cormorant SC, sans-serif;
letter-spacing: 1px;
font-weight: 300;
}
.copyright{
padding-left: 18px;
font-family: Input Mono, sans-serif;
font-size: 14px;
}