Educational programs
.example2 {
display: inline-block;
*display: inline;
zoom: 1;
position:relative;
margin-right: 5px;
margin-bottom: 3px;
}
.example2 em {
display:inline-block;
position:absolute;
bottom: 10px;
left:0px;
/* Оформление текста */
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight: bold;
text-align:center;
/* Фон */
background-color:rgba(0,0,0,.6);
padding:10px 30px;
}
.example2 img
{
height: 180px;
width: 375px;
}