일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- css3
- 백엔드
- HTML
- IOS
- php
- iOS 개발자
- html5
- jQuery
- button
- 개발자
- react
- javascript
- image
- ipad
- 프론트엔드
- effect
- 풀스택
- MAC
- xcode
- 비전공자
- keyframes
- 자바스크립트
- front-end
- CSS
- 애니메이션
- iPhone
- SWIFT
- Animation
- hover
- 비전공 개발자
- Today
- Total
목록HTML _CSS (226)
비전공자 개발일기

Code body { background-color: #DC143C; } span { font-size: 7rem; letter-spacing: .5rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-shadow: 7px 7px #FFA500, 18px 18px #000; }

*{ padding: 0; margin: 0; box-sizing: border-box; } :root{ --color-car-body:#f06043; --color-bg-1:#e4ffff; } html{ height: 100%; } body{ background-image: linear-gradient(to top,#88d6e7 30%,#e4ffff 20%); overflow: hidden; } .car{ position: absolute; top: 70%; left: 50%; transform: translate(-50%,-100%); transform-origin: 25% bottom; animation: start-car 2.5s 1.1s; z-index: 100; } .car__top{ marg..

body { background-color: #111; overflow: hidden; text-align:center; display: flex; align-items: center; justify-content: center; } body, html { height: 100%; width: 100%; margin: 0; padding: 0; } svg { width: 100%; height: 100%; visibility: hidden; cursor: pointer; } let select = (s) => document.querySelector(s), selectAll = (s) => document.querySelectorAll(s), mainSVG = select("#mainSVG"); gsap..

There's some issues Marvel Hope you success our mission as our team thank you see again 4 0 4 Visit the home page @import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700"); @import url("https://fonts.googleapis.com/css?family=Catamaran:400,800"); .error-container { text-align: center; font-size: 180px; font-family: "Catamaran", sans-serif; font-weight: 800; margin: 20px 15px;..

* { margin: 0; padding: 0; box-sizing: border-box; list-style: none; } section { display: flex; justify-content: center; align-items: center; min-height: 100vh; width: 100%; } header { position: absolute; top: 0; width: 100%; padding: 30px; display: flex; justify-content: space-between; align-items: center; } header .logo img { position: relative; max-width: 200px; } header i { font-size: 1.5em;..

Choose File(s) body{ background: no-repeat center url("https://i.postimg.cc/VLTVtKwp/image.jpg"); background-size: cover; min-height: 100vh; display: flex; justify-content: center; align-items: center; overflow: hidden; } .file-upload { display: flex; justify-content:center; align-items: center; font-size: 15px; } .file-upload__input { display: none; } .file-upload__button { -webkit-appearance: ..

body { background-color: #000; margin: 0; overflow: hidden; background-repeat: no-repeat; } var canvas = document.getElementById("canvas"); canvas.width = window.innerWidth; canvas.height = window.innerHeight; // Initialize the GL context var gl = canvas.getContext("webgl"); if (!gl) { console.error("Unable to initialize WebGL."); } //Time var time = 0.0; //************** Shader sources ********..

OLLEH!!! body { height: 100vh; display: grid; place-items: center; font-family: "bebas", sans-serif; background-color: #000; } .particletext { text-align: center; font-size: 48px; position: relative; color: #fff; } .particletext.confetti > .particle { opacity: 0; position: absolute; -webkit-animation: confetti 3s ease-in infinite; animation: confetti 3s ease-in infinite; } .particletext.confetti..