How To Use Checkmark Or Tick Instead Of Bullet In Unordered List?
Có thể bạn quan tâm
Use checkmark or tick instead of bullet
I had a list where I wanted to sow tick/checkmark (✓) instead of bullets in the unordered list. For this, I used following code.
ul { list-style: none; } ul li:before { content: '\2714\0020'; }But text is not aligned, instead it was appearing like following.
To make text aligned and get same as of with bullets, I gave margin-left to the li tag as following.
margin-left: -38px;And got following output.
That’s it.
Share this...FacebookPinterestTwitterLinkedinTumblrTừ khóa » Html List Style Tick
-
Css - How To Use Tick / Checkmark Symbol (✓) Instead Of Bullets In ...
-
Add Checkmark/Ticks To Your Ul List - WP SITES
-
List-style - CSS-Tricks
-
List-style-type - CSS: Cascading Style Sheets - MDN Web Docs
-
Check Mark HTML Symbol, Character And Entity Codes - Toptal
-
How To Use Tick / Checkmark Symbol (✓) Instead Of Bullets In ...
-
CSS Checkmarks - CodePen
-
How To How To Change Bullet Lists Into Checkmarks Or Other Icons ...
-
CSS List-style Property - W3Schools
-
Checkmark Symbol – HTML For Checkmark Unicode - FreeCodeCamp
-
Unordered List With Font Awesome Checkmark Bullets
-
HTML Ul Tag - W3Schools
-
How To Add Tick Marks To List In WordPress | TL Dev Tech
-
How Do You Change Bullets To Check Marks On A List