Virágos aljú szövegdoboz,változtatható






Szövegdoboz kódja

<center>
<div id="modulcim">
Modulod, dobozod címe</div>
<div id="tartalom-kerete">
<div id="tartalmi-resz">
IDE JÖN A SZÖVEGED
</div>
</div>
</center>

CSS kód

<style type="text/css">
#modulcim {
font-family: Times New Roman;
color: #C7A39C;
font-size: 20px;
margin-bottom: 5px;
text-transform: uppercase;
width: 440px;
}
#tartalom-kerete {
background-color: #5D5978;
border-bottom: 30px solid;
border-image: url(http://aranymeli.gportal.hu/portal/aranymeli/image/gallery/1340519273_53.jpg) 10% repeat !important;
padding: 20px;
width: 400px;
}
#tartalmi-resz {
font-family: Times New Roman;
color: #888888;
font-size: 14px;
text-align: justify;
line-height: 18px;
background-color: #ffffff;
padding: 10px;
border: 3px double #EAEAEA;
}
</style>

Nincsenek megjegyzések: