Tuesday 18 April 2017

MVC - @HTML.Label - Add white space


Watch on YouTube



CSS
.White-Space{
    margin-left: .5em;
}

HTML
@Html.Label(" ", new { @class = "White-Space" })

No comments:

Post a Comment