Browsing articles tagged with "css - Dinesh's Blog"
Nov
14
2011

Simple Loader in CSS

loader

Today I am writing this article to create a very simple loader in CSS. I am using the css keyframe animation to create loader. You can see the demo below:… Today I am writing this article to create a very simple loader in CSS. I am using the css keyframe animation to create loader. You can see the demo below: CSS code can be seen below: .loader { text-align: center; } .loader span { display: [...]

Jul
7
2011

Designing Nepalese flag in CSS3

Nepalese Flag

Having read different blog about css drawings of opera icon, pure css icons, etc. I also got inspired to do something similar drawing in css. I found that people have… Having read different blog about css drawings of opera icon, pure css icons, etc. I also got inspired to do something similar drawing in css. I found that people have drawn their flag in css. As being Nepali i thought i will give a try [...]