you know that you can apply rounded corners and background colour (including transparency) to a <div>?
20 Replies - 782 Views - Last Post: 04 February 2013 - 11:28 PM
#17
Re: How do I align two boxes?
Posted 28 January 2013 - 05:09 PM
No I did not know this, I'm more of a new HTML or at least sort of a beginner.
#18
Re: How do I align two boxes?
Posted 28 January 2013 - 05:10 PM
we learn something new every day …
#19
Re: How do I align two boxes?
Posted 28 January 2013 - 05:57 PM
I suppose, and thank you for assistance.
#21
Re: How do I align two boxes?
Posted 04 February 2013 - 11:28 PM
In your css:
.align-profile,
.align-contact
{
display: inline-block;
vertical-align: top; //also can try other align settings
width: 45%;
}
.align-contact
{
margin-left: 30px; //also try depending on the spacing you want between them
}
This post has been edited by Dormilich: 05 February 2013 - 04:16 AM
Reason for edit:: please use [CODE] [/CODE] tags when posting code
|
|

New Topic/Question
Reply



MultiQuote


|