An online markdown blog and knowledge repository.
Brian Nation
Former Code Fellows Principle Instructor.
AWS Training Delivery Manager.
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:
&:hover
: This can be used within the css definition to enable a set of onHover css properties.Brian recommends using vanilla CSS before using Bootstrap.
Keep working with CSS, just do anything:
Tools:
Back to PH Index
Back to Root README