How to use checkmark or tick instead of bullet in unordered list?
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. But text is...
css tutorials for beginners and advance users.
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. But text is...
Web design is a very creative and important job that every web designer has. Companies need websites and websites require a great website design. A great website design is classified as ‘great’ by being...
Bootstrap is very famous HTML, CSS, JS framework that is widely used to build responsive and non-responsive web sites. It makes very easy to setup responsive layouts. Now its version 4 is going to...
Word-wrap is very useful css property. It is use to break long text in new line by giving break-word with the word-wrap property. For instance, if you have text extending out the box and...
JQuery UI has many features one of them is rounded corners that uses CSS3’s border-radius property. Unfortunately it is not browser compatible; it is supported by FireFox, Chrome, Safari and Opera but not supported...
jQuery is javascript library. It has many plugins for opensource applications as well as for static sites. This is very simple tutorial to hide and show div content. For doing code in jquery we...
Negative text-indent isn’t working in IE7 to remove button text but you can apply text-transform: capitalize with text-indent property. Following is code snippet. HTML code: CSS:
More