Skip to content

Instantly share code, notes, and snippets.

View DanGrund's full-sized avatar
🤙
Probably Skiing

Dan Grund DanGrund

🤙
Probably Skiing
View GitHub Profile
@DanGrund
DanGrund / keybase.md
Created October 22, 2019 15:41
keybase proof

Keybase proof

I hereby claim:

  • I am dangrund on github.
  • I am dangrund (https://keybase.io/dangrund) on keybase.
  • I have a public key ASCpvEWimUjTHIhXm2_vSX8KiybC4D4WXpFsJaEqlRuCBgo

To claim this, I am signing this object:

@DanGrund
DanGrund / CSSchallenge.md
Last active October 16, 2016 01:57
CSS Challenges 1
Challenge 1

First I sized the blocks through visual comparison, 130px width and height, 10px font. I then set the divs to inline-block, and floated the div1 to the left. I then created a container for divs 2 and 3 and floated them to the right to maintain the positions of div 2 and 3. I then set the top and left margin values of div 1 and section to negative values to properly shove them into the corners of the screen. last I adjusted the margin between divs 2 and 3 to find the right

Challenge 1


Challenge 2