Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Learn CSS borders in 4 minutes! 🖼

61.5K views on YouTube

#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;
}