Earlier last week, I shared a tutorial with you on how to use custom fonts on your website to get the desired result on your webpages. Regarding that, one of the readers emailed me asking to share a tutorial on how to use Google fonts in your website design. I thought of sharing this tutorial with everyone, […]
How to use Custom Fonts in your Web Design : 2 Ways
Custom Fonts for a website, or a single webpage are becoming common these days. The reason behind this is that people want to showcase the content on their website in various different fonts, and the natively supported fonts on various computers and browsers is very low. I have used a lot of different fonts for different websites […]
Difference Between CSS Class and ID: I bet you did not know this
Whenever anyone starts learning CSS, they come to a point when they get confused between the CSS id and the CSS Class. A lot of people, who build websites don’t even know the exact difference between the two. When I started learning CSS, I was taught about ids and Classes. I was told that the difference between […]
Change the Default Selection Colour using CSS
At times, you might have seen websites where the selection colour of the text is different than the typical, default blue colour. This thing can be achieved simply by using minimal lines of code in your styling. This tutorial is going to be a very small one, in which I would just tell you the […]
CSS Positions Explained in Detail
When I started coding websites for other people, I was really confused with the different positioning options that CSS provides. The options provided actually sound pretty similar and it is normal for anyone to get confused with all that. But then, with time and different experiments, I understood the various positioning options in CSS and […]