Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View hyperabsolute's full-sized avatar

Sander Nizni hyperabsolute

View GitHub Profile
@hyperabsolute
hyperabsolute / 100-responsive-page-example-in-pure-css.markdown
Created September 5, 2016 18:52
100% Responsive Page Example in Pure CSS

100% Responsive Page Example in Pure CSS

Once in a while, you need an example. This is an example of a responsive layout that works nicely. Pure CSS, of course. What else? Enjoy and share | sander nizni

A Pen by Sander Nizni on CodePen.

License.

@hyperabsolute
hyperabsolute / index.jade
Created September 5, 2016 18:52
Parallax with Adrenochrome Molecules
#parallax
.layer(data-depth="0.6")
.some-space
h1 C9H9NO3 (Adrenochrome)
.layer(data-depth="0.4")
#particles-js
.layer(data-depth="0.3")
@hyperabsolute
hyperabsolute / index.html
Created September 5, 2016 18:51
Pure CSS: Animated Triangle on Steroids with Rounded Corners and Hover Behavior (Sander Nizni)
<html>
<body>
<div class="triangle-wrap shake">
<div class='triangle'></div>
</div>
</body>
</html>
@hyperabsolute
hyperabsolute / 3d-simulation-of-neutrinos-in-spacetime-fabric-at-scale-of-1-934-609-862-325-294-556-915-486-three-js-front-end.markdown
Created September 5, 2016 18:50
3D Simulation of Neutrinos in Spacetime Fabric at Scale of 1:934,609,862,325,294,556,915,486| THREE JS FRONT END

3D Simulation of Neutrinos in Spacetime Fabric at Scale of 1:934,609,862,325,294,556,915,486| THREE JS FRONT END

Enjoy this multi-color spacetime fabric, if not for its grotesque scale, then for its brutally realistic virtual reality effects. Whoa... did I say you should try this with 3D goggles on? Oh, now I did. Observe. Disobey. Enjoy and share.

A Pen by Sander Nizni on CodePen.

License.

@hyperabsolute
hyperabsolute / autocomplete-dropdown-lookup-with-bells-and-whistles.markdown
Created September 5, 2016 18:48
Autocomplete Dropdown Lookup with Bells and Whistles

Autocomplete Dropdown Lookup with Bells and Whistles

Been planning and saving up to finally ship the perfect autocomplete control with all the makings? This here is the best one north of the intergallactic boundary. It looks up values from a list as the user starts typing. The nice thing is that it looks up 'Starts With' as well as 'Contains' ...which I believe is sweet in some applications. Enjoy and share | Sander Nizni

A Pen by Sander Nizni on CodePen.

License.