CODE ✦ PLACARDS.
✦ ENCYCLOPAEDIA
Inspired by a encyclopaedic page for phosphophyllite I saw once. Encyclopaedia is:
✓ MOBILE RESPONSIVE✓ FLEX
✓ COMMENT-FRIENDLY
✓ CUSTOMISABLE
✗ NOT TESTED FOR EMAIL
Note that when on mobile size, the image will be on top for both versions. If you would like to alter whether the image is on the left or right, find the flex-flow: property on the second <div> tag.
flex-flow:row wrap; means the image will be on the left. flex-flow:row-reverse wrap; will have the image be on the right. The image should ideally be 150px minimum in size for best results.
Happy coding!
DARK (IMAGE LEFT)
LIGHT (IMAGE RIGHT)
✦ MUSEUM
AND TOMORROW—
MARIO, THE MAN
Inspired by those tiny, tiny fancy placards placed next to artifacts in historical museums and the like. Museum is:
✓ MOBILE RESPONSIVE✓ COMMENT-FRIENDLY
✗ FLEX
✗ NOT TESTED FOR EMAIL
The image does not flex under certain screen sizes; it will always remain side-by-side. The image does stretch to match element height as text amount increases. However, as the sizing is set to cover & center, image may be cut off or distorted if the box gets long enough. Currently only comes in dark version.
Happy coding!