웹공부 (18) 썸네일형 리스트형 React 공부 1일차 *환경 설정 1) react, react-dom src script에 복붙해넣기 2) 개발자도구 - console창 가서 React 설치됐는지 확인(React치고 enter 눌러보기) DOCTYPE html> const root = document.getElementById("root"); //property(id, style, eventListener etc...)에서 바로 event 등록 가능 const h3 = React.createElement("h3", { //on+${event} onMouseEnter: () => console.log("mouse enter") }, "Hello, I am a span!"); //const name = React.createElement(html element.. Google font 적용법 구글폰트 사이트 접속 후, -원하는 글자(select all styles) 담은 다음 1) 아이콘 클릭 -2)번 위치 복붙해서 index.html 부분에 추가 + css 파일에 3) 코드 적용 원하는 곳에 폰트체 적용하면 끝! https://coding-factory.tistory.com/907 [HTML/CSS] 구글 웹 폰트 사용하기 (@font-face) [HTML/CSS] 글자 글꼴(폰트) 변경하기 (font-family) 이전 포스팅에서는 웹 문서에서 시스템 폰트를 사용하는 방법에 대해 알아보았습니다. 시스템 폰트는 속도가 빠르다는 장점이 있지만 사용자 디바 coding-factory.tistory.com https://fonts.google.com/ Browse Fonts - Google Fo.. 이전 1 2 3 다음