Skip to content

Instantly share code, notes, and snippets.

View gringogidget's full-sized avatar
🎯
Focusing

Kristina Groeger gringogidget

🎯
Focusing
View GitHub Profile
@gringogidget
gringogidget / ALIGNING NOTES
Last active February 23, 2016 23:36
Helpful Newb Programming Sites
// Aligning notes:
- The default for most elements is usually block or in-line
- A separate block that takes up the whole width available based on the width of its parent element.
- When you use margin: auto, the browser automatically calculates the margins on each side. It will make equal amounts of space on the left and right sides of the margins.
- display: none; (removes styling)
- display: inline;
when an element's display is set to inline, the browser will not apply any width or height properties, or top and bottom margin settings. An inline element will only accept left and right margins and any padding value.
@gringogidget
gringogidget / gist:2e2bafcd5f7ae3d284a4
Last active August 29, 2015 14:21
Inspiring Links For Possible Future Projects
http://www.conservethesound.de/en/sound-en/filmtransporter-8mm.html
@gringogidget
gringogidget / .gitignore
Last active August 29, 2015 14:21 — forked from octocat/.gitignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
> Greater than
>= Greater than or equal to
< Less than
<= Less than or equal to
== Equal to (equality operator eg "3" == 3 is true)
=== Strict equal to (strict equality operator type as well as value eg "3" == 3 is false)
!= Not equal to
!== Strict not equal to
@gringogidget
gringogidget / animations
Last active March 9, 2016 02:29
After Effects Animation
File setup:
- 1440 x 1080 px is the best ratio when using Illustrator. It can size down to 800 x 600 for Dribbble nicely.
- Select RGB (duh)
- Uncheck "align new objects to pixel grid"
- Turn on smart guides
- Under black selection tool, select "align to artboard". Make sure it's centered vertically and horizontally.
- Select all keyframes and select "toggle hold keyframe" so it doesn't move until you tell it to. HANDY!
(and make a new keyframe).
- If you want to reference the original position, you can simply copy and paste the first keyframe you toggled.
- to zoom in and out of the time thing, you can use + and -. to zoom in and out of the image window, use comma and period.
@gringogidget
gringogidget / 3-column-blog.html
Last active September 2, 2017 13:31
(FED Bootcamp - Udemy)
<p>krustuna</p>
<img src="https://unsplash.it/500/500/?random">
<img src="https://unsplash.it/500/500/?random">
<img src="https://unsplash.it/500/500/?random">
<img src="https://unsplash.it/500/500/?random">
<img src="https://unsplash.it/500/500/?random">
<img src="https://unsplash.it/500/500/?random">