일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- centos
- SKT
- 복현오거리
- Rocky
- 가상서버호스팅
- proxmox
- Apache
- mysql
- 스톤에이지
- KB증권
- 윈도우10
- 알리익스프레스
- 리눅스
- jQuery
- 킹북이초월
- ConoHa
- iptime
- 티스토리
- 라즈베리파이2
- 자바스크립트
- php
- 소비전력
- OpenWrt
- 램가스초월
- 시놀로지
- 아파치
- KB국민카드
- 알뜰폰
- PHP-FPM
- 보르비스초월
- Today
- Total
목록random (1)
맛집 여행 캠핑 일상 생활
[자바스크립트] RGBA 칼라 랜덤 뽑기
[자바스크립트] RGBA 칼라 랜덤 뽑기 백그라운드 칼라를 RANDOM 함수를 사용해서 출력하는 예제입니다.var r1 = Math.floor(Math.random()*25) + 230;var r2 = Math.floor(Math.random()*5) + 200;var r3 = Math.floor(Math.random()*25) + 230;var dObj = document.createElement('div');dObj.style.left = '0px';dObj.style.top = '0px';dObj.style.width = '100px';dObj.style.height = '100px';dObj.style.position = 'fixed';dObj.innerHTML = 'test';dObj.style..
JAVASCRIPT
2018. 10. 17. 12:03