* Html içi css kodlarına php yerleştirerek dinamik hale getirebilirsiniz.
HTML KOD:
CSS KOD:
.bars{
height: 300px;
background-color: #bbb;
text-align: center;
padding-top: 150px;
}
.home{
background-color: red;
height: 50px;
float: left;
}
.away{
background-color: blue;
height: 50px;
float: right;
}
.score{
color: white;
font-weight: bold;
font-size: 18px;
}
ÖNİZLEME