The CSS Borders On July 21, 2020July 26, 2020 by Amitav Mishra The CSS border property creates a border around any element. We can mention the border width, style
How to use custom fonts in CSS Using @fo … On July 20, 2020November 8, 2022 by Amitav Mishra Using CSS @font-face rule, we can define our own fonts in CSS. We need to define a font name for
Attribute selectors in CSS On July 19, 2020November 9, 2022 by Amitav Mishra The most basic CSS selectors that we use are id, class, and tag-name. But sometimes based on
Working with CSS padding On July 15, 2020July 26, 2020 by Amitav Mishra The CSS padding property is used to set spaces inside of an element. We can set the padding of an
Working with CSS margins On July 14, 2020July 26, 2020 by Amitav Mishra The CSS margin property is useful to set spaces around any element. We can set the margin of an
How to use CSS in HTML On July 14, 2020September 20, 2020 by Amitav Mishra Cascading Style Sheets or CSS is used to add styling to webpage. We can use CSS in 3 ways in HTML