Sunday, April 5, 2020

a href # color or link color or blank link color

using with single cot or double cot

<style>
    .dropdown-menu a[href='#'] {
        background-color: yellow;
    }
</style>

No comments:

Post a Comment

Raw Insert query in EF8 or Entity Framwork 8

          public async Task<object> InsertRack(Rack RackInsert)         {             try             {                 sql = " i...