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

2048 new game Paused reset continue end 2048 Score: pause Control left up down right You can also use Arrow keys! *{ margin:0; padding:0; box-sizing:border-box; } p{ border-radius:10px; padding:5px; border:2px solid white; background:lightgray; color:black; font-size:18px; text-align: center; } button{ font-family: 'Sniglet', cursive; } body { background: linear-gradient(45deg, rgba(189,245,152,..

JavaScript Snake Game Score: You lose! Play html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5, h6,p,blockquote,pre,a,abbr,acronym, address,big,cite,code,del,dfn,em, img,ins,kbd,q,s,samp,small,strike, strong,sub,sup,tt,var,b,u,i,center, dl,dt,dd,ol,ul,li,fieldset,form, label,legend,table,caption,tbody,tfoot, thead,tr,th,td,article,aside,canvas,details,embed, figure,figcaption,footer,header,h..

JavaScript pairs Game Click any card to begin 00:00 /* Variabes */ /* Mixin's */ body { background: #82d2e5; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; height: 100%; color: #fff; text-align: center; } h1, h2 { font-family: 'Roboto', sans-serif; font-weight: 100; font-size: 2.6em; text-transform: uppercase; } h3 { f..