Skip to content

Instantly share code, notes, and snippets.

@phinton2
phinton2 / dabblet.css
Last active May 7, 2021 18:35
Project Luxury Hour
/** Project Luxury Hour */
/* FONT IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@phinton2
phinton2 / settings.json
Last active April 28, 2021 01:31
Untitled
{"view":"split","fontsize":"70","seethrough":"1","prefixfree":"1","page":"javascript"}
@phinton2
phinton2 / dabblet.css
Last active December 18, 2020 14:44
Project 3 - Parallax Falling Rain
/**Project 3 - Parallax Falling Rain*/
/* Refernce link: */
/*===================================
BODY
=====================================*/
html {
}
@phinton2
phinton2 / dabblet.css
Last active December 22, 2020 16:38
Project 2 - Burning Embers
/**Project 2 - Burning Embers*/
/* Inspiration for the project as well as references taken from AntociAlinGeorgin's Parallax-Star-Background code published to WebDevSHORTS on GitHub; tutorial video of his project here: https://www.youtube.com/watch?v=aywzn9cf-_U */
/* To-Do List:
1. Add more frames to smooth ember floating animation
2. Test if :after is necessary (intention: less code, cleaner management)
3. Add wider range of colors to embers
4. Consider addition of mountains in background (optional)
5. May change radial gradient color to match that of evening afterglow; REFERENCE ---> https://get.pxhere.com/photo/sea-horizon-cloud-sky-sunrise-sunset-morning-dawn-atmosphere-dusk-evening-glow-afterglow-republic-of-the-philippines-in-the-dark-red-sky-at-morning-1081401.jpg */
@phinton2
phinton2 / settings.json
Last active April 28, 2021 01:35
Untitled
{"view":"split","fontsize":"70","seethrough":"1","prefixfree":"1","page":"css"}
@phinton2
phinton2 / settings.json
Last active April 28, 2021 01:29
Untitled
{"view":"split","fontsize":"70","seethrough":"1","prefixfree":"1","page":"css"}
@phinton2
phinton2 / dabblet.css
Last active December 11, 2020 13:20
Project 1 - Reach The Stars
/**Project 1 - Reach The Stars*/
/*===================================
BODY
=====================================*/
html {
height: 100%;
overflow: hidden;
background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
}
@phinton2
phinton2 / dabblet.css
Last active December 7, 2020 23:25
Wanderers Venture - Rakoza Kimayne
/**
* Wanderers Venture - Rakoza Kimayne
*/
/*================================
BODY
=================================*/
body {
@phinton2
phinton2 / dabblet.css
Last active December 7, 2020 23:09
Project 1 - ???
/**
* Project 1 - ???
*/
/*================================
BODY
=================================*/
body {
@phinton2
phinton2 / settings.json
Last active April 28, 2021 01:36
Untitled
{"view":"split","fontsize":"70","seethrough":"1","prefixfree":"1","page":"javascript"}