Course
summary


    0 chapters available

Loading...

Create your website with HTML and CSS

Difficulty: Beginner ● Progress: 0 / 0 modules completed

Borders

To add a border to an element, nothing could be simpler:

#example {
    border: 4px solid gray;
}

You need a free account to read this module