keret/border
minden oldaln van keret
this is a simple left border with a slightly thicker border. now to avoid sounding redundant here, this is a left border. if you simply switch the word 'right' with 'left' it will put that border on the right.
this is a simple left border with a slightly thicker border. now to avoid sounding redundant here, this is a left border. if you simply switch the word 'right' with 'left' it will put that border on the right.
this is a simple left border with a slightly thicker border. now to avoid sounding redundant here, this is a left border. if you simply switch the word 'right' with 'left' it will put that border on the right.
this is a simple left border with a slightly thicker border. now to avoid sounding redundant here, this is a left border. if you simply switch the word 'right' with 'left' it will put that border on the right.
this is a dashed border. it's all lovely and off red
this is a dotted border all pretty green
double borders are a little tricky. they'd need to be at least 3px or higher to get the full effect.
here i put in a border-top value with a 3 pixel double border
here i put in a border-top value with a 3 pixel double border and a solid bottom border
there's no explaining this LOL but you do get the point of the different combinations you can add with borders. my advice? coloring is everything =)
<div style="background-color: #F0F0F0; padding: 10px; border: 1px solid #FF0000;">minden oldaln van keret</div>
<br>
<div style="background-color: #F0F0F0; padding: 10px; border-left: 4px solid #FF0000;"> this is a simple left border with a slightly thicker border. now to avoid sounding redundant here, this is a left border. if you simply switch the word 'right' with 'left' it will put that border on the right. </div>
<BR>
<div style="background-color: #F0F0F0; padding: 10px; border-top: 4px solid #FF0000;"> this is a simple left border with a slightly thicker border. now to avoid sounding redundant here, this is a left border. if you simply switch the word 'right' with 'left' it will put that border on the right. </div>
<BR>
<div style="background-color: #F0F0F0; padding: 10px; border-right: 4px solid #FF0000;"> this is a simple left border with a slightly thicker border. now to avoid sounding redundant here, this is a left border. if you simply switch the word 'right' with 'left' it will put that border on the right. </div>
<br>
<div style="background-color: #F0F0F0; padding: 10px; border-bottom: 4px solid #FF0000;"> this is a simple left border with a slightly thicker border. now to avoid sounding redundant here, this is a left border. if you simply switch the word 'right' with 'left' it will put that border on the right. </div>
<br>
<div style="background-color: #F0F0F0; padding: 10px; border: 1px dashed #FF0000;">this is a dashed border. it's all lovely and off red</div>
<BR>
<div style="background-color: #F0F0F0; padding: 10px; border: 1px dotted #FF0000;">this is a dotted border all pretty green</div>
<BR>
<div style="background-color: #F0F0F0; padding: 10px; border: 3px double #FF0000;"> double borders are a little tricky. they'd need to be at least <b>3</b>px or higher to get the full effect. </div>
<BR>
<div style="background-color: #F0F0F0; padding: 10px; border-top: 3px double #FF0000;"> here i put in a border-top value with a 3 pixel double border </div>
<BR>
<div style="background-color: #F0F0F0; padding: 10px; border-top: 3px double #FF0000; border-bottom: 1px solid #FF0000;"> here i put in a border-top value with a 3 pixel double border and a solid bottom border </div>
<BR>
<div style="background-color: #F0F0F0; padding: 10px; border-left: 3px double #FF0000; border-top: 1px solid #FF0000; border-bottom: 2px dashed #FF0000; border-right: 1px dotted #FF0000;"> there's no explaining this LOL but you do get the point of the different combinations you can add with borders. my advice? coloring is everything =) </div>
<BR>