hr element with an image in its center

If you wish to have a stylish separator with some kind of an ornament in its middle, use:

Read more

Media break-points

@media (min-width: 1200px){css attributes}@media (max-width: 1199px) and (min-width: 981px){css attributes}@media (max-width: 980px) and (min-width: 641px){css attributes}@media (max-width: 640px) and (min-width: 481px){css attributes}@media (max-width: 480px) and

Read more

Table with background images – round corners with shadow

Code: <style> table td, table th, table tr{ padding:0px;border:0px; } </style> <table cellspacing=”0″ cellpadding=”0″ > <tr><td background=”/ogdan/wp-content/uploads/2014/bg-images/top-left.gif” width=”45″ height=”38″></td><td background=”/ogdan/wp-content/uploads/2014/bg-images/top-center.gif”></td><td background=”/ogdan/wp-content/uploads/2014/bg-images/top-right.gif” width=”45″ height=”38″></td></tr> <tr><td background=”/ogdan/wp-content/uploads/2014/bg-images/middle-left.gif”></td><td

Read more