24 lines
298 B
CSS
24 lines
298 B
CSS
|
#logo {
|
||
|
float: left;
|
||
|
width: 150px;
|
||
|
padding-bottom: 75px;
|
||
|
margin-right: 50px;
|
||
|
}
|
||
|
|
||
|
.post p {
|
||
|
color: white;
|
||
|
font-family: 'Helvetica', sans-serif;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
strong {
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
h4 {
|
||
|
color: white;
|
||
|
font-family: 'Phudu', cursive;
|
||
|
font-size: 20px;
|
||
|
letter-spacing: 1.5px;
|
||
|
}
|