Jon Rumsey

An online markdown blog and knowledge repository.


Project maintained by nojronatron Hosted on GitHub Pages — Theme by mattgraham

PPH Brian - CSS Talk

Speaker

Brian Nation

Former Code Fellows Principle Instructor.

AWS Training Delivery Manager.

Running Comments

Overlay elements on top of an image - a common product marketing design pattern.

Absolute and Relative positioning are used to make elements overlap and position so that "they work".

Fixed pixels: Avoid using Auto unless the parent element has been sized to allow for Auto Height/Width.

SCSS => A version of SASS (Syntactically Awesome Style Sheets).

Align block-level elements inside of a Section element.

Paragraph elements can be set with Position: Absolute to an exact location.

Remember responsive design:

Brian recommends using vanilla CSS before using Bootstrap.

Keep working with CSS, just do anything:

Tools:

codepen csstricks

Jon Todos

Back to PH Index

Back to Root README