댓글 검색 목록

[html] HTML로 할 수 있는 일 - Measuring progress

페이지 정보

작성자 운영자 작성일 19-07-07 11:04 조회 566 댓글 0

https://codepen.io/ananyaneogi/pen/PrKbey 


HTML : 


<h1>Progress & Meter</h1>

<progress value="56" max="100"></progress>
<meter min="0" max="100" value="56" low="25" high="75" optimum="50"></meter>



CSS : 



body {
	background-color: aliceblue;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

h1 {
	font-size: 3rem;
	color: darksla;
	font-family: "Berkshire Swash", cursive;
	text-align: center;
}

meter {
	margin-top: 20px;
	width: 150px;
}




댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.