본문 바로가기
728x90
300x250
SMALL

Front-end/HTML80

Noto Fonts :: 노토산스 한글 폰트 다운받고 설치하기 Noto Fonts 한글 다운받고 설치하기 1. 구글에서 google noto sans 검색해서 다음 사이트에 접속합니다. www.google.com/get/noto/ Google Noto Fonts When text is rendered by a computer, sometimes characters are displayed as “tofu”. They are little boxes to indicate your device doesn’t have a font to display the text. Google has been developing a font family called Noto, which aims to support all www.google.com 2. Noto Sans CJK KR 다.. 2021. 4. 14.
나눔바른고딕 적용하기 https://github.com/zkyz/NanumBarunGothic-webfont zkyz/NanumBarunGothic-webfont NanumBarunGothic Web Fonts. Contribute to zkyz/NanumBarunGothic-webfont development by creating an account on GitHub. github.com 2019. 5. 13.
text slid up&down :: 텍스트 슬라이드 업앤다운 애니메이션 효과를 이용해서 공지사항 용으로 자주 사용되는 텍스트를 위아래로 자동으로 움직여주는 슬라이드를 만들어보자 HTML 1 2 3 4 5 6 7 8 9 10 11 12 13 #WE create share innovate ! CSS 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92.. 2019. 3. 28.
여러가지색 그라데이션 :: 그라디언트 적용 지원하지 않는 브라우저도 고려해서 단색도 넣어준다 1234567 #footer { background: #a93952; background: -webkit-linear-gradient( top, #a93952, #df4148, #ea8350, #f8d681, #117fa1); /* 초기 모던 브라우저 */ background: -moz-linear-gradient( bottom, #a93952, #df4148, #ea8350, #f8d681, #117fa1); /* 초기 모던 브라우저 */ background: -o-linear-gradient( bottom, #a93952, #df4148, #ea8350, #f8d681, #117fa1); /* 초기 모던 브라우저 */ background: linear.. 2019. 3. 25.
728x90
반응형
LIST