CSS list style (2)

으누·2024년 9월 12일
0

* {
	margin: 0;
	padding: 0;
	
}

h1{
	margin: 20px 00 20px;
}

ul {
	/*border: 1px solid red;  */
	list-style: none;
	width: 200px;
	margin: 20px;
}

li{
	background: url("../07_list/image/list_image/icon.jpg") no-repeat 0 56%;
	background-size: 14px 14px;
	text-indent: 28px;
	line-height: 30px;
	}
	
a {
	font-size: 10px;
	color: #333333;
	text-decoration :  none;
}	
a:hover {
 font-weight:  bold;
}
profile
코딩 일기장

0개의 댓글