html 기본형 filename... 이미지형 css @charset "utf-8"; body{ padding: 50px; } h1{ margin: 50px 0 20px; font-size: 20px; font-weight: bold; } .file_form{ position: relative; display: inline-block; width: 250px; height: 38px; line-height: 38px; border: 1px solid limegreen; } .file_form::after{ content: '파일찾기'; position: absolute; right: 0; bottom: 0; width: 70px; height: 38px; line-height: 38px; text-ali..