Skip to content
  • Home
  • JavaScript
  • HTML/CSS
  • Angular
Jscurious.com Logo

JS Curious

Web Development Blog

HTML/CSS

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
Continue Reading
Posted in HTML/CSSLeave a Comment on The CSS Borders

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
Continue Reading
Posted in HTML/CSSLeave a Comment on How to use custom fonts in CSS Using @fo …

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
Continue Reading
Posted in HTML/CSSLeave a Comment on Attribute selectors in CSS

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
Continue Reading
Posted in HTML/CSSLeave a Comment on Working with CSS padding

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
Continue Reading
Posted in HTML/CSSLeave a Comment on Working with CSS margins

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
Continue Reading
Posted in HTML/CSSLeave a Comment on How to use CSS in HTML

Posts pagination

1 2




Recent Posts

  • How to create custom events in JavaScrip …
  • The new dialog element in HTML to create …
  • How to add currency symbol and formattin …
  • JavaScript Object.is() method to check e …
  • The CSS :is() and :where() pseudo-classe …




© Copyright 2022. JSCurious.com
Privacy Policy Contact Us