View difference between Paste ID: nzPjhGkZ and WRBVeF5C
SHOW: | | - or go back to the newest paste.
1
.blog .hentry span.hometitle {
2
 position: absolute;
3
 top: 73px;
4
 width: 100%;
5
 color: #fafafa;
6
 display: table-cell;
7
 font-family: Quicksand, Helvetica, Arial, sans-serif;
8
 -webkit-text-stroke: .35px;
9
 font-size: 12px;
10
 font-size: 1.2rem;
11
 text-transform: uppercase;
12
 line-height: 32px;
13
 overflow: hidden;
14
 text-align: center;
15
 transition: background .4s ease-in-out;
16
 -webkit-transition: background .4s ease-in-out;
17
 -moz-transition: background .4s ease-in-out;
18
 -o-transition: background .4s ease-in-out;
19
 -ms-transition: background .4s ease-in-out;
20
 vertical-align: middle;
21
 word-wrap: break-word;
22
}