Skip to content

Instantly share code, notes, and snippets.

View danfascia's full-sized avatar
🎲
Dabbling

danfascia

🎲
Dabbling
View GitHub Profile
@danfascia
danfascia / box-shadow-hover.css
Created July 16, 2018 10:03
Nice box shadow with :hover
.box-shadow, .hover-box-shadow:hover { box-shadow: 0 0.5em 2em 0 rgba(100,100,100,.33); }
@danfascia
danfascia / svg-bottom-align-in-container.html
Created December 22, 2018 19:21
Prevents a gap at the bottom of a container containing an SVG intended to be bottom placed (i.e. as a bottom border shape)
<svg style="display: block; position: absolute; width: 100%; bottom: 0; top: 100%">
<line id="HorizontalLine1118" x1="0" x2="100%" y1="0" y2="0"></line>
</svg>
@danfascia
danfascia / index.html
Last active January 10, 2019 22:23 — forked from jonathan-soifer/index.html
Very basic boilerplate Index.html for Hugo Static Website Generator
<!DOCTYPE html>
<html lang="en" />
<head>
<!-- Set character encoding for the document -->
<meta charset="UTF-8" />
<!-- Instruct Internet Explorer to use its latest rendering engine -->
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<!-- Viewport for responsive web design -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
@danfascia
danfascia / material-design-colours.css
Created March 8, 2019 13:12
Material Design Colour Palette
.red-50-cl {
color: #FFEBEE;
}
.red-50-bg {
background-color: #FFEBEE;
}
.red-100-cl {
@danfascia
danfascia / wavy-bottom.svg
Created April 18, 2019 21:06
White wavy bottom SVG best placed over gradient backgrounds
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@danfascia
danfascia / angle-bottom.svg
Created April 21, 2019 08:17
Angled white bottom SVG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am danfascia on github.
  • I am danfascia (https://keybase.io/danfascia) on keybase.
  • I have a public key whose fingerprint is 8844 9EF7 15C0 8CBD A050 6DE1 7E9F 7EF1 95C5 BCA1

To claim this, I am signing this object:

@danfascia
danfascia / curvy-bottom.svg
Created August 23, 2019 20:52
Curvy bottom borrowed from https://blog.airtable.com
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@danfascia
danfascia / specialities.json
Created April 27, 2021 15:10
Radiology Subspecialities
[
{
"name": "Chest",
"slug": "chest"
},
{
"name": "Obstetric & Gynaecology",
"slug": "obstetric-gynaecology"
},
{