Skip to content

Instantly share code, notes, and snippets.

@CodeMyUI
CodeMyUI / index.html
Created February 7, 2020 00:33
Neumorphic Toggle
<label class="label">
<div class="toggle">
<input class="toggle-state" type="checkbox" name="check" value="check" />
<div class="indicator"></div>
</div>
<div class="label-text">no more emails plz</div>
</label>
@CodeMyUI
CodeMyUI / font
Created February 7, 2020 00:19
gdfgdfg
https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed&amp;display=swap
@CodeMyUI
CodeMyUI / index.html
Last active February 7, 2020 01:28
Neumorphism Buttons
<div class="button"><span>Click Me</span></div>
<div class="button"><span>Hover</span></div>
<div class="button"><span>Clicked</span></div>
@CodeMyUI
CodeMyUI / index.html
Created February 6, 2020 23:25
Neuomorphic Section
<div class="container">
<div class="row mt-5 mb-5">
<div class="col-md-3 col-sm-3">
<div class="col-md-12 text-center mb-4">
<span class="heading-name">Box</span>
</div>
<div class="box-container">
<div class="col-md-12">
<div class="icon-set-box">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
@CodeMyUI
CodeMyUI / fun-waving-animation.markdown
Created February 5, 2020 23:11
Fun Waving Animation
@CodeMyUI
CodeMyUI / folding-select-dropdowns.markdown
Created February 5, 2020 22:57
Folding Select Dropdowns
@CodeMyUI
CodeMyUI / index.html
Created February 5, 2020 22:47
Night & Day
<div class="layout">
<div class="day-label">Day</div>
<label class="container">
<input id="input" type="checkbox" checked="checked">
<span class="checkmark">
<svg id="toggle" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 34" width="60" height="34">
<defs>
@CodeMyUI
CodeMyUI / floating-note.markdown
Created February 2, 2020 23:19
Floating note
@CodeMyUI
CodeMyUI / button-hover-effect.markdown
Created February 2, 2020 22:58
Button Hover Effect
@CodeMyUI
CodeMyUI / index.html
Created February 2, 2020 22:47
Pencil and Paper Checkboxes
<form>
<label><input class="cb pristine" type="checkbox"> <span>Check me</span></label>
<label><input class="cb pristine" type="checkbox"> <span>Check me, too</span></label>
<label><input class="cb pristine" type="checkbox"> <span>And check me</span></label>
</form>