How To Use Checkmark Or Tick Instead Of Bullet In Unordered List?
Có thể bạn quan tâm
- CSS / Misc.
- 0
by websourceblog · December 23, 2017
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.
ShareTags: csshtmlunordered list
websourceblog
ReactJs, NodeJs, Amazon Web Services, Symfony, Laravel, CodeIgniter, Zend Framework, WordPress, Drupal, Magento, Angular
You may also like...
-
0 Vim commands
July 12, 2014
-
0 Rounded corners in IE browsers:
October 6, 2012
-
0 Git commands
April 6, 2012
Follow:
- Next story How to specify connection in migrations Laravel 5?
- Previous story How to paginate query builder results in Laravel 5?
- Recent Posts
- Popular Posts
- Tags
-
Misc.
AI Prompt Engineering Bible (7 Books in 1) – Master ChatGPT & Generative AI
-
Misc.
How Digital Transformation Services Drive Business Growth
-
Misc.
How to Add an Addon Domain in GoDaddy with Web Hosting Deluxe
-
Misc.
Developing a RESTful API with Node.js, Express.js, MongoDB, and TypeScript
-
Misc.
XML in REST API response and SOAP XML.
-
Magento
How to set table rates shipping method in magento?
-
Misc.
How to remove index.php from CI URL?
-
Misc. / PHP
List of CMS for blogs and websites
-
Drupal
How to create custom regions in drupal?
-
Magento
How to get sku list that hasn’t product images in magento?
More
Select Your Language
Tags
add in date aws aws amplify back url boolean field validation codeIgniter css drupal drupal 7 drupal views first date of last week git git commands howto howtolaravel how to laravel html jquery laravel laravel 5 laravel eloquent laravel migrations laravel request class last date of last week last month's last date last month first date magento magento 1.5 minus in date opencart php php date function pik prepareForValidation previous url python react reactjs replace function symfony symfony 1.2 symfony2 windows powershell wordpress wsl2 We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. You can revoke your consent any time using the Revoke consent button.Từ 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