<?xml version="1.0" encoding="utf-8"?>

Applying dashed border style in CSS

Applying dashed border style in CSS

The correct answer for the border property is the dashed value. Other types of border style include dotted, solid, double, groove, ridge, etc. If you decide to make each side of a different style, you should use the border-style shorthand property and specify each value in a clockwise order starting from the top, e.g.: border-style: dotted dashed solid double;

Improve your UX & Product skills with interactive courses that actually work