티스토리 뷰
<!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>
충북대학교 청년취업아카데미
'java,web study > 5주차 (7월 29일~8월 4일)' 카테고리의 다른 글
z-index 비슷한 예제 (0) | 2013.08.01 |
---|---|
Background 단축 (0) | 2013.08.01 |
Box Shadow (0) | 2013.08.01 |
Text Shadow (0) | 2013.08.01 |
css로 문자 정렬하기 (0) | 2013.08.01 |