-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
98 lines (79 loc) · 1.16 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
body {
line-height: 200%;
letter-spacing: 1px;
font-family: 'Lato', "Helvetica Neue", Helvetica, sans-serif;
}
.header {
padding-top: 20px;
}
a:hover {
text-decoration: none;
}
.date {
font-family: Georgia, Times, "Times New Roman", serif;
}
.mugshot {
width: 50px;
height: 50px;
}
.img-gallery {
padding-top: 30px;
}
.gallery {
align-content: center;
}
.gallery:before {
margin-top: -30px;
}
.gallery:after {
margin-bottom: 30px;
}
.name {
padding-top: 10px;
}
.dash {
display: inline-block;
width: 50px;
border-top: 2px solid #bb0a1a;
}
.likes {
display: block;
padding-top: 25px;
padding-bottom: 25px;
}
.fa-heart {
color: #bb0a1a;
}
.img-hero {
max-width: 100%;
}
.quote {
font-family: 'Tangerine', "Brush Script MT", cursive;
font-size: 35px;
font-weight: bold;
line-height: 150%;
border: none;
padding: 5% 10%;
text-align: center;
}
.content {
margin-bottom: 30px;
}
textarea {
min-width: 100%;
resize: none;
}
#submit {
padding: none;
margin: none;
border: none;
background-color: #fff;
color: #337ab7;
}
.footer {
margin-top: 20px;
}
.footer p {
margin-top: 10px;
margin-bottom: 0;
}