본문 바로가기

공부/html and css7

CSS 리액트 프레임워크 1. Meterial UI Material-UI: A popular React UI framework React components for faster and easier web development. Build your own design system, or start with Material Design. material-ui.com 2. React Bootstrap React-Bootstrap The most popular front-end framework, rebuilt for React. react-bootstrap.github.io 3. Sementic UI Introduction - Semantic UI React Semantic UI React is the official React in.. 2021. 6. 15.
파비콘 만들어주는 사이트 https://www.favicon-generator.org/ Favicon & App Icon Generator Upload an image (PNG to ICO, JPG to ICO, GIF to ICO) and convert it to a Windows favicon (.ico) and App Icons. Learn more about favicons. www.favicon-generator.org 파일 선택 클릭 후 추가 하고 다운로드를 하면 된다. html에서 파비콘 사용하기 2021. 6. 6.
로그인 폼 See the Pen RwpNOeV by CodingCitron (@codingcitron) on CodePen. 2021. 5. 8.
회원가입 폼 See the Pen VwpYNBm by CodingCitron (@codingcitron) on CodePen. 회원가입 폼을 만들어 봤다. 만들때마다 느끼지만 상당히 어렵다고 느껴지는.. 2021. 5. 8.
svg 이미지 얻는 사이트 unDraw undraw.co/ unDraw - Open source illustrations for any idea The design project with open-source illustrations for any idea you can imagine and create. Create beautiful websites, products and applications with your color, for free. undraw.co svg 이미지를 얻을 수 있는 사이트 무료인지는 모르겠다. browse now 클릭하면 svg 이미지들이 보인다. 원하는 것을 못찾았을 때는 상단의 검색을 이용해보자. 2021. 5. 8.
색상 추천 사이트 무언가 만드는데 있어서 색상은 매우 중요한 부분인데 색상을 추천해 주는 사이트를 찾았다. colorhunt.co/ Color Hunt - Color Palettes for Designers and Artists Color Hunt is a free and open platform for color inspiration with thousands of trendy hand-picked color palettes colorhunt.co 자주 이용하게 될듯 2021. 5. 7.
navigation bar 만들기 See the Pen bGqNgJR by CodingCitron (@codingcitron) on CodePen. 헤더 로고를 추가 See the Pen BaWypXR by CodingCitron (@codingcitron) on CodePen. 그런데 이렇게 만들면 아래 요소가 추가되었을 때 나중에 추가된 콘텐츠가 먼저 보이기 때문에 hover가 유지가 되지 않을 것이다. See the Pen gOmbmLW by CodingCitron (@codingcitron) on CodePen. position : abosolute를 추가해 주었다. 2021. 5. 7.