문제와 해결22 [HTML/CSS]배경고정스크롤 background-attachment: fixed; https://do-dam.tistory.com/64 [ HTML / CSS ] 배경 고정 스크롤 결과물 ▼ 다른 웹 퍼블리셔를 꿈꾸시는 웹 포트폴리오에도 스타벅스에도 가보면 위와 같이 되어 있는걸 보고 사람들에게 신박함을 줄 수 있겠다 해서 찾아서 해봤다. 모를때는 진짜... 레이아 do-dam.tistory.com 2021. 6. 14. npm run start 되지 않을 때 (미해결) 지금까지 알아낸건.. netstat - ano 로 PID값 확인 PID죽이기 (값은 확인했지만 죽일수가 없음) 새로 npm run start 실행 2021. 6. 10. float사용 시 제대로 정돈 안될 때 (float해제) float은 블록요소를 강제로 좌우배치할 때 쓰인다. float속성을 해제하면 된다. 1. clear : both // CSS float 영향을 받고 싶지 않은 요소 { clear : both;} 2.(요즘에 자주 쓰이는 방법) 마지막으로 float적용된 요소:after{ content: ""; display: table; clear: both; } 2021. 6. 2. 아이콘 내려받기(Font-Awesome) 1. Font Awesome 5 CDN주소 받기 https://cdnjs.com/libraries/font-awesome font-awesome - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers The iconic SVG, font, and CSS toolkit - Simple. Fast. Reliable. Content delivery at its finest. cdnjs is a free and open-source CDN service trusted by over 11% of all websites, powered by Cloudflare. We make it faster and .. 2021. 5. 17. 이전 1 2 3 4 5 6 다음