Learn CSS borders in 2 minutes πŸ”²

CSS border tutorial example explained

#CSS #border #tutorial

h1{
border-top-style: dotted;
border-bottom-style: dotted;
border-left-style: double;
border-left-width: 10px;
border-left-color: silver;
}

p{
border-style: solid;
border-width: 5px;
border-color: gold;
border-radius: 10px;
padding: 5px;
}
Video Rating: / 5

Border radius - CSS Tutorial for beginners in 1 Minute #shorts

CSS Border Radius is the way we curve the edges of HTML elements. Here I show you how it works, how to use it and a couple of fun tricks for circles and other shapes.

Email This Post Email This Post