Gradiant
<!DOCTYPE html>
<html>
<head>
<meta charset="EUC-KR">
<title>Insert title here</title>
<style>
h1 {
color : white;
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top, #a90329 48%, #6d0019 98%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(48%, #a90329),
color-stop(98%, #6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a90329 48%, #6d0019 98%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a90329 48%, #6d0019 98%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #a90329 48%, #6d0019 98%);
/* IE10+ */
background: linear-gradient(to bottom, #a90329 48%, #6d0019 98%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329',
endColorstr='#6d0019', GradientType=0);
color: white; /* IE6-9 */
}
</style>
</head>
<body>
<h1 align="center">충북대학교 청년취업아카데미</h1>
</body>
</html>