Learn CSS borders in 4 minutes!

8 Views
Published
#CSS #course #tutorial

CSS border tutorial example explained

h1{
border: 3px solid hsl(262, 100%, 56%);
border-radius: 20px;
}
p{
border-bottom: 3px solid red;
border-top: 3px solid orange;
border-left: 3px dotted yellow;
border-right: 3px dotted green;
border-radius: 10px;
}
Category
Bro Code
Tags
CSS border, CSS borders, CSS tutorial
Be the first to comment