SMALL 전체 글133 CSS _ 애니메이션 연습(2) MY N A M E I S L H Y * { margin:0; padding:0; box-sizing: border-box; } body { background-color: #111; font-family: 'impact'; padding-top: 50px; } .tit { font-size: 250px; line-height: 1; color:#fc0; text-align: center; overflow: hidden; } .tit span { display:block; animation-name: moveUp; animation-duration: 1.5s; animation-timing-function: ease-in-out; animation-fill-mode: both; } .tit1 { font.. 2023. 4. 5. CSS _ 애니메이션 연습(1) SIMULATOR SIMULATOR SIMULATOR SIMULATOR 대표사진 삭제 사진 편집 작게작게문서 너비문서 너비옆트임옆트임 삭제삭제 사진 설명을 입력하세요. 2023. 4. 5. CSS 그라디언트 사용하기와 애니메이션 사용하기 ....................................html..................................... 2023. 4. 5. 자바스크립트 javascript 7. 서브메뉴만들기 5 (심화편) (1) html menu 1 menu 2 menu 3 menu 4 menu 5 css * { margin: 0; padding: 0; box-sizing: border-box; } .hbox { height: 100px; background-color: #ccc; } .list { width: 1000px; display: flex; margin: 0 auto; } .list > li { flex: none; width: 200px; list-style: none; } .list > li >a { display: block; height: 100px; text-align: center; line-height: 100px; text-decoration: none; color: #333; font-size: 30p.. 2023. 4. 4. 이전 1 ··· 4 5 6 7 8 9 10 ··· 34 다음 LIST