Zrodlo
TABLE
{
font-size:90%;
width:50%;
position:relative;
border-left:5px solid lightgreen;
border-right:20px dashed yellow;
border-top:10px dotted red ;
border-bottom:14px double black;
padding:4px 3px 2px 1px;
letter-spacing:2px;
background-color:rgb(34%,52%,30%);
color:white;
}
|