mvc dynamic css

Solutions on MaxInterview for mvc dynamic css by the best coders in the world

showing results for - "mvc dynamic css"
Facundo
28 Mar 2020
1<style>
2    div.col-md-4 {
3       background-color: @Model.BGColor;
4       text-decoration: @Model.TextDec;
5       border-style: @Model.BRDStyle;
6       border-width: @Model.BRDWidth;
7     }
8</style>