Skip to content

Instantly share code, notes, and snippets.

View beseidel's full-sized avatar

Barbara Seidel beseidel

View GitHub Profile
@beseidel
beseidel / index.html
Created August 3, 2019 19:32
Particle cloud type thingy
<div class="canvas-wrapper">
<div id="overlay"></div>
<canvas id="canvas"></canvas>
</div>
@beseidel
beseidel / index.html
Created July 22, 2019 07:30
musical mind game
<div id="container">
<div id="main">
<audio id="theSong" controls />
<div id="controls">
<p>
<select id="filtersDropdown">
</select>
</p>
@beseidel
beseidel / image-manipulation-slider-with-css-filters.markdown
Created July 22, 2019 07:28
Image Manipulation Slider with CSS Filters
@beseidel
beseidel / index.html
Created July 22, 2019 07:25
Photography Showcase
<head>
<link href="https://fonts.googleapis.com/css?family=Amatic+SC" rel="stylesheet">
</head>
<p>Photography</p>
<img src="http://c1.staticflickr.com/9/8450/8026519634_f33f3724ea_b.jpg">
<img src="http://c2.staticflickr.com/8/7218/7209301894_c99d3a33c2_h.jpg">
@beseidel
beseidel / index.html
Created July 22, 2019 07:22
Responsive focuspoint on image with object-position
<figure class="focus__area">
<div class="focus__picker">
<img class="focus__picker__image" src="http://www.ucreative.com/wp-content/uploads/2014/11/Landscape-Photography-Banner1.jpg" alt="" />
<span class="focus__picker__indicator"></span>
</div>
<p class="focus__area__info">⬅ choose<br /> focuspoint<br />here!</p>
<p class="media__info">Use bigger screen to pick a focus point!</p>
<img class="focus__image" src="http://www.ucreative.com/wp-content/uploads/2014/11/Landscape-Photography-Banner1.jpg" alt="" />
<figcaption class="focus__caption">
focus-point: <span></span>
@beseidel
beseidel / index.html
Created July 22, 2019 07:17
Living room colors, Huebee
<div class="colorpreview">
<div class="colorpreview__label"><h1>Living Room</h1></div>
<!-- Buttons -->
<div class="colorpreview__buttons">
<div class="colorpreview__buttons__col">
<label for="color-trim">Trim Wall</label>
@beseidel
beseidel / css3-split-screen-moving-slider.markdown
Created July 22, 2019 06:42
CSS3 Split Screen Moving Slider
@beseidel
beseidel / index.html
Created July 22, 2019 04:12
Regular flow field
<canvas id="canvas"></canvas>