:앞뒤 링크/styles.css

최근 편집: 2018년 10월 13일 (토) 20:49
.앞뒤-링크 {
	border: 1px solid #aca8e0;
	border-left: 5px solid #aca8e0;
	padding: 10px;
	margin: 1rem 0 2rem;
	overflow: hidden;
	clear: both;
}

.앞뒤-링크--previous {
	float:left;
}

.앞뒤-링크--next {
	float:right;
}

.앞뒤-링크--previous a:before {
	content: '◀';
	color: #aca8e0;
}

.앞뒤-링크--next a:after {
	content: '▶';
	color: #aca8e0;
}