I am new to CSS and I'm trying to make a box like the below:
302width
[ Header title (dark color bg) 10px height ]
[ 2px height band of color ]
[ 200px height light color box with text and then a row of icons under ]
I've got them but now I'm doing the icons as bullets, but I don't know how to move that box up into the 3rd row.
Not even sure if this is the right approach. I'm sure I am overthinking this.
The first boxes I did fast and easy but I'm stuck on moving the row of icons up.
Do I have to make it a child element of the final row and absolute positioning?
302width
[ Header title (dark color bg) 10px height ]
[ 2px height band of color ]
[ 200px height light color box with text and then a row of icons under ]
I've got them but now I'm doing the icons as bullets, but I don't know how to move that box up into the 3rd row.
Not even sure if this is the right approach. I'm sure I am overthinking this.
The first boxes I did fast and easy but I'm stuck on moving the row of icons up.
Do I have to make it a child element of the final row and absolute positioning?