Nikhil DévréNikhil Dévré

  • Home
  • About Me
  • Contact Me

Search

Recent Posts

  • Vertical align text inside of </li> tag using CSS
  • Safe SQL insert statement to avoid duplicate records
  • Creating tabs using Angular Material 5 and Angular 5 Routing
  • Angular 4: Selecting child route of a Tab loses focus from the tab
  • Creating tabs using Angular Material 2 and Angular 4 Routing
  • Using CSS, not ColdFusion for alternate colours for table rows
  • Useful npm commands
  • GIT command line commands
  • Error updating node packages – “npm ERR! Error: EPERM: operation not permitted”
  • 7 Tips for Boosting SQL Server Query Performance

Recent Comments

  • Creating tabs using Angular Material 5 and Angular 5 Routing – Nikhil deVre on Creating tabs using Angular Material 2 and Angular 4 Routing
  • Nikhil Devre on Creating tabs using Angular Material 2 and Angular 4 Routing
  • John Meier on Creating tabs using Angular Material 2 and Angular 4 Routing
  • Nikhil Devre on Creating tabs using Angular Material 2 and Angular 4 Routing
  • Jasjeet Kaur on Creating tabs using Angular Material 2 and Angular 4 Routing

Archives

  • May 2020
  • March 2018
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • November 2016
  • August 2016
  • April 2016
  • February 2015

Categories

  • Angular (6)
  • ColdFusion (3)
  • CSS (3)
  • GIT (1)
  • JavaScript (4)
  • jQuery (2)
  • Node (1)
  • NodeJS (2)
  • NPM (1)
  • Performance (1)
  • SQL (3)
  • TypeScript (2)

Tag: Vertical align text in <li> tag using CSS

Vertical align text inside of </li> tag using CSS

May 20, 2020 by Nikhil Devre·0 Comments
<div>
    <ul>
        <li>
            <a href="javascript:void(0);">
                <span style="display:block;height:30px; line-height:30px;">
                    Test to vertical align
                </span>
            </a>
        </li>
    </ul>
</div>
Proudly powered by WordPress. Theme: Flat by Themeisle.