Blair  - Soul Eater '• program/스파르타코딩클럽' 카테고리의 글 목록
728x90

• program/스파르타코딩클럽 17

[버킷리스트 만들기] 전체 코드

DOCTYPE html> 2023년 신년 계획 @import url('https://fonts.googleapis.com/css2?family=Hahmlet:wght@300&display=swap'); * { font-family: 'Hahmlet', serif; } .bg { width: 360px; background-image: url("https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/bucketList/bg-grid.png"); background-size: cover; background-position: center; margin: auto; } .bucket { width: 160px; height: 160px; b..

[나만의 버킷리스트 만들기] 1주차 - 소개, visualstudio code 다운로드

https://code.visualstudio.com/Download Download Visual Studio Code - Mac, Linux, Windows Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications. code.visualstudio.com https://bit.ly/2022lastfree 스파르타코딩클럽 무료특강 | 2023 나만의..

전체코드

https://deokdam.spartacodingclub.kr/Poq4wLYoTw3O/index.html 겸댕이우진님의 덕담 페이지 덕담 한마디 남겨주세요! deokdam.spartacodingclub.kr DOCTYPE html> 덕담 하나 주면 안 잡아먹지! @font-face { font-family: 'Cafe24Ssurround'; src: url('https://2022-01-newyear.s3.ap-northeast-2.amazonaws.com/Cafe24Ssurround.woff') format('woff'); } * { font-family: 'Cafe24Ssurround'; } .background{ width: 100vw; height: 100vh; max-width: 450px; ..

[CSS 기본내용]html:5 문법7 (JS붙이기)

DOCTYPE html> 덕담 하나 주면 안 잡아먹지! //->공유할때 글씨 //->페이지 설명 //->공유할때 이미지링크 @font-face { font-family: 'Cafe24Ssurround'; src: url('https://2022-01-newyear.s3.ap-northeast-2.amazonaws.com/Cafe24Ssurround.woff') format('woff'); } * font-family: 'Cafe24Ssurround'; } .background{ width: 100vw; height: 100vh; max-width: 450px; background-image: url('https://2022-01-newyear.s3.ap-northeast-2.amazonaws.com/bg..

[CSS 기본내용] html:5 문법6 (덕담 아이콘넣기)

DOCTYPE html> 덕담 하나 주면 안 잡아먹지! @font-face { font-family: 'Cafe24Ssurround'; src: url('https://2022-01-newyear.s3.ap-northeast-2.amazonaws.com/Cafe24Ssurround.woff') format('woff'); } * { font-family: 'Cafe24Ssurround'; } .background{ width: 100vw; height: 100vh; max-width: 450px; background-image: url('https://2022-01-newyear.s3.ap-northeast-2.amazonaws.com/bg_default.png'); background-position:..

[CSS 기본내용] html:5 문법5 (떠다니는 버튼만들기)

DOCTYPE html> 덕담 하나 주면 안 잡아먹지! @font-face { font-family: 'Cafe24Ssurround'; src: url('https://2022-01-newyear.s3.ap-northeast-2.amazonaws.com/Cafe24Ssurround.woff') format('woff'); } * { font-family: 'Cafe24Ssurround'; } .background{ width: 100vw; height: 100vh; max-width: 450px; background-image: url('https://2022-01-newyear.s3.ap-northeast-2.amazonaws.com/bg_default.png'); background-position:..

728x90