body { background-color: lightblue; } h1 { color: white; text-align: center; } p { font-family: verdana; font-size: 20px; }

arginine2

creatine

My First Bootstrap Page

This part is inside a .container class.

The .container class provides a responsive fixed width container.

arginine2

creatine

Resize the browser window to see that its width (max-width) will change at different breakpoints.

 

Now can I make it fixed width container without breakpoints

 

/* entire container, keeps perspective */ .flip-container { perspective: 1000px; } /* flip the pane when hovered */ .flip-container:hover .flipper, .flip-container.hover .flipper { transform: rotateY(180deg); } .flip-container, .front, .back { width: 320px; height: 480px; } /* flip speed goes here */ .flipper { transition: 0.6s; transform-style: preserve-3d; position: relative; } /* hide back of pane during swap */ .front, .back { backface-visibility: hidden; position: absolute; top: 0; left: 0; } /* front pane, placed above back */ .front { z-index: 2; /* for firefox 31 */ transform: rotateY(0deg); } /* back, initially hidden pane */ .back { transform: rotateY(180deg); }

This is a heading

This is a paragraph.

This is some text content.

I'm Bryon

The Crazy guy.