css

sample css code

.sample{
    display: inline-block;
    background-color: red;
}
Was this helpful?