Adding An Underline On Words To Add Emphasis

written by: Dimitri
Last Updated: November 6, 2021

When designing a website for our client Sterling Wealth Management we decided to take a modern approach and utilize underlined words to draw attention and add emphasis. An example of this would be:

Look at this underlined word

As you can see your eyes are directly focused on the word that is underlined giving you the ability to draw attention to specific parts of the page. To add this code simply place the following CSS into your stylesheet:

.underline-word {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.underline-word::after{
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0%;
    left: 0;
    background: #8c61ff;
    z-index: -1;
}
CSS

Once that is added then you simply call it into your HTML markup by using the following:

<h2>Look at this underlined <span class="underline-word">word</span></h2>
HTML, XML, Markup

If you look at the above CSS snippet, you can see several different styles being rendered, however, the one you are probably most interested in is the one regarding the color - background: #8c61ff; simply change that with any other color value and you're ready to go!

Leave a Reply

Your email address will not be published. Required fields are marked *

our blog.

Related Blogs You May Enjoy

Sigma 1's Local Las Vegas Web Design Services Help Brands Stand Out

The power of a well-designed website cannot be underestimated. With our affordable web design services in Las Vegas, you can improve your company's online presence and attract…
Read More

How to Backup WHM/Cpanel to Amazon S3 Automatically

Keeping backups of your websites (as well as your client’s sites) is a critical part of running a business that is very often overlooked. This, unfortunately, causes…
Read More

เครดิตฟรี วันนี้ ล่าสุด — โปรเด็ดที่ไม่ควรพลาด

ในยุคที่เกมสล็อตออนไลน์ได้รับความนิยมสูงสุด โปรโมชั่น เครดิตฟรี กลายเป็นสิ่งที่ผู้เล่นทั้งใหม่และเก่ามองหาอยู่เสมอ โดยเฉพาะ เครดิตฟรี วันนี้ ล่าสุด ที่มีการอัปเดตใหม่ทุกวัน ทำให้ผู้เล่นไม่พลาดโอกาสรับโบนัสที่คุ้มค่าและตรงกับความต้องการมากที่สุด ทำไมต้องเลือกเครดิตฟรีวันนี้ ล่าสุด? ประเภทของเครดิตฟรีที่มักพบ สิ่งที่ควรระวังก่อนรับโปรโมชั่น แม้ว่า เครดิตฟรี วันนี้ ล่าสุด จะดูน่าสนใจ แต่ก็มีข้อควรระวัง เช่น สรุป เครดิตฟรี วันนี้ ล่าสุด เป็นอีกหนึ่งโอกาสที่ผู้เล่นไม่ควรพลาด เพราะช่วยให้ได้โบนัสใหม่…
Read More