일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- HTML
- 프론트엔드
- SWIFT
- jQuery
- hover
- MAC
- html5
- 애니메이션
- css3
- effect
- button
- 개발자
- iPhone
- IOS
- 비전공 개발자
- 자바스크립트
- javascript
- ipad
- image
- xcode
- php
- front-end
- CSS
- keyframes
- 비전공자
- iOS 개발자
- 풀스택
- 백엔드
- Animation
- react
- Today
- Total
목록HTML _CSS (226)
비전공자 개발일기

Animated Skills Bar HTML CSS Java Script Swift @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } html,body{ display: grid; height: 100%; place-items: center; background-color: lightgray; } h1{ font-size: 4rem; text-align: center; color: #fff; text-shado..

Wish u a happy T okyo D aeg u * { margin: 0; padding: 0; box-sizing: border-box; font-family: "poppins", sans-serif; } h3 { font-size: 1.5em; text-transform: uppercase; letter-spacing: 3px; font-weight: 300; position: absolute; top: 30%; left: 50%; transform: translate(-50%, -50%); } h1 { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); line-height: ..

Sign Up Sign Up Sign In Forgot your password? Sign In Sign In Sign Up :root { /* COLORS */ --white: #e9e9e9; --gray: #333; --blue: #0367a6; --lightblue: #008997; /* RADII */ --button-radius: 0.7rem; /* SIZES */ --max-width: 758px; --max-height: 420px; font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", san..

Corner Text Corner Text * { margin: 0; padding: 0; box-sizing: border-box; position: relative; } section { width: 100%; height: 100vh; background-color: #222; overflow: hidden; } section .textBox { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #333; clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%); } .skew1 h2, .textBox .skew2 h2 { position: absolute; width: ..

r e p o l e v e d d n e t n o r f * { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #222; } body::before { content: ''; position: absolute; inset: 0; background: linear-gradient(#08FF12, #0791FF); z-index: 10; pointer-events: none; mix-blend-mode: multiply; } .circle { position: relative; ..

* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #E8FFE8; } .tree { position: relative; top: -100px; width: 300px; height: 300px; transform-style: preserve-3d; transform: rotateX(-20deg) rotateY(30deg); animation: animate 6s linear infinite; } .tree::before { content: '⭐'; position: absol..

* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 4px; min-height: 100vh; background-color: #222; overflow: hidden; } :root { --clr1: #FF0087; --clr2: #01FF5F; } label { position: relative; width: 150px; height: 150px; } label input { appearance: none; } label .face { position: absolute; inset: 0; backgr..

Home About Services Team Contact * { margin: 0; padding: 0; box-sizing: border-box; } section { position: relative; width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; background-color: #222; overflow: hidden; } section ul { position: relative; display: flex; flex-direction: column; } section ul li { list-style: none; } section ul li a { position: relative; d..