« Back to the HTML Forum

segmented profile

Posted by haz3l

posted

Forum: HTML Group

can some one tell me how to make my profile look segmented/modular? please &thank you!


Report Topic

3 Replies

Sort Replies:

Reply by GOAT

posted

1. make the main container transparent

main {
background-image:none !important;
background-color:transparent !important; }

2. all other sections within the .container would then need backgrounds & borders

e.g.

.blurbs {
background-image:none !important;
background-color:purple !important;
border: 2px solid black !important; }

that's a v simplified answer and you'll need to tackle each of yr sections the same way

anyway - hope it helps! <3



Permalink Report Reply

Reply by haz3l

posted

tysm! i have been trying to figure this out for way too long-_-


Permalink Report Reply

Reply by GOAT

posted