[html]<style>
.vl {
border-left: 6px solid green;
height: 500px;
}
</style>
<div class="vl"></div>[/html]
Код:
<style> .vl { border-left: 6px solid green; height: 500px; } </style> <div class="vl"></div>
- Подпись автора