13 lines
222 B
CSS
13 lines
222 B
CSS
@-webkit-keyframes hover {
|
|
/* Safari and Chrome */
|
|
}
|
|
.bg {
|
|
background-image: linear-gradient(#333 /*{comment}*/, #111);
|
|
}
|
|
#planadvisor,
|
|
.first,
|
|
.planning {
|
|
margin: 10px;
|
|
total-width: (1 * 6em * 12) + (2em * 12);
|
|
}
|