Portfolio
beautiful

Beautiful Line Effects with Color Changes

September 22, 2015Category : Code/Web

HTML <canvas></canvas> <script src=”https://code.jquery.com/jquery-1.11.1.min.js”></script> CSS: html, body { background: #000; margin: 0; } canvas { position: absolute; } JS: //Forked from http://andreasstorm.com/ //Made by Bogden //CANVAS $(function(){ var canvas = document.querySelector(‘canvas’), ctx = canvas.getContext(‘2d’) canvas.width = window.innerWidth; canvas.height = window.innerHeight; ctx.lineWidth = .3; ctx.strokeStyle = (new Color(150)).style; var mousePosition = { x: 30 * canvas.width..

Read more
01.

Bộ tiểu thuyết Caster Chronicles

January 24, 2013Category : Thập cẩm

Tên: Caster Chronicles

Tác giả: Kami Garcia và Margaret Stohl

Thể loại: Fantasy, Romance

Series gồm 4 cuốn, 3 cuốn đầu tiên đã được phát hành:

1.Beautiful Creatures

2.Beautiful Darkness

3.Beautiful Chaos

4.Beautiful Redemption

Ngoài ra tác giả còn viết thêm một cuốn 2.5 với tên gọi ” Dream Dark”.

(more…)

Read more
02.
© Oliver / All rights reserved.
To top