Course
summary


    0 chapters available

Loading...

Create your website with HTML and CSS

Difficulty: Beginner ● Progress: 0 / 0 modules completed

Size

As mentioned earlier, it is possible to force the size of an element, as long as it is not an inline element!

Simply set the width property for the width, and height for the height:

<div style="height: 50px; width: 200px; background-color: lightblue;">
	50 pixels par 200 pixels
</div>

You need a free account to read this module