A photoshop-free, perfect grid image board • This simple code provides complete versatility allowing you to create WHATEVER image board you need to express your character through visual means. I've done this by using various HTML/CSS tricks that automatically crops and resizes images so you don't have to! • Although this is intended to be photoshop-free, try not to use massive images.
STEP ONE: The container • Make sure this code surrounds the entire code. • Feel free to change the pixel width, everything will flex to that width. Currently, it's set to width:600px. If you are using the icon banner, I would recommend 330px for 3 icons, 440px for 4, 550px for 5, etc
STEP TWO: Go Crazy • The height values can and should be changed. This will help give your image board the diversity it needs. • I would recommend leaving any values as their original type, so keep pixel values as px, and percent values as %. • If you play with a % value, there's likely a second one near it that also needs to be changed. • All images are centered directly in the middle of its container. If you want to change that, look for background-position:center;. This attribute can be changed to top/center/bottom and/or left/center/right. You can also do % values.