This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.conservethesound.de/en/sound-en/filmtransporter-8mm.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |