:삼쩌모 개요/styles.css

.int-jinseon {
	transition: 0.5s ease;
}

.int-stern {
	transition: 0.5s ease;
}

.int-thefifth {
	transition: 0.5s ease;
}

.int-yts {
	transition: 0.5s ease;
}

.int-cg {
	transition: 0.5s ease;
}

.int-jinseon:hover {
	background: #0096e5;
	color: #ffffff;
}

.int-stern:hover {
	background: #ffcc00;
	color: #000000;
}

.int-thefifth:hover {
	background: #3b9ca7;
	color: #ffffff;
	transition: 0.5s ease;
}

.int-yts:hover {
	background: rgb(228,35,35);
	color: #ffffff;
	transition: 0.5s ease;
}

.int-cg:hover {
	background: #449f79;
	color: #ffffff;
	transition: 0.5s ease;
}