user2576486
user2576486

Reputation: 51

How to divide bootstrap body into floating containers

I'm trying to divide the body of my webpage into different text parts, i.e. rectangles that would be separated and kinda float on the background. A good example would be a following website: http://www.index.hr/. How can I achieve this?

Thanks in advance!

Upvotes: 1

Views: 48

Answers (1)

balkhanguk
balkhanguk

Reputation: 69

Stack Overflow is not a code making service, and writing the code from scratch is not encouraged. Have you done any research as to how you would approach this problem? I will not give out the entire code, but I will tell you to research <div> HTML elements and CSS position, float and clear properties.

Upvotes: 1

Related Questions