::psudo-element


내부의 일부문만 스타일링 주고 싶을때 사용함

input[type=file]:-webkit-file-upload-button {
	background : black;
	color : white;
}