Jump to content

box shifts down if break is used


s_avinash_s

Recommended Posts

Hi 

By using below style i can able to create two boxes which are side by side

#rcorners3 {
    border-radius: 25px;
    border: 4px solid #92a8d1;
    padding: 20px; 
    width: 755px;
    height: 150px;    
}

If i keep  <br> or my text exceeds the box size , the other box shifts down.

But i need to use <br> inmy code.

How to proceed ,Please suggest

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...