CSS3 Circular Navbar UI 네이버 그린닷 핀터레스트 핀버튼 삼성 등등에서 쓰이는 circular navbar ui를 만들어봤다. 2020. 12. 18. [CSS] 초기 파일 참고 @charset "utf-8"; /* Web Standard CSS */ /* Common */ body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textare a,button,select{margin:0;padding:0} body,input,textarea,select,button,table{font-family:'돋움',Dotum, Helvetica,sansserif;font-size:12px} img,fieldset{border:0} ul,ol{list-style:none} em,address{font-style:normal} a{text-decoration:none} a:hover,a:active,a.. 2020. 12. 3. HTML&CSS | 이미지 비율 유지하기 Solve your image sizing and positioning problems forever. https://medium.com/dev-genius/solve-your-image-sizing-and-positioning-problems-forever-7859e24118ce img-container div 로 감싼 뒤, img 내부 스타일링을 다음과 같이 한다. background-image: url(""); background-position: center; background-size: cover; width: 100%; height: 100%; How to remove a border of background-image https://stackoverflow.com/questions/4478.. 2020. 9. 14. 이전 1 다음