"Man cannot discover new oceans unless he has the courage to lose sight of the shore."
— André Gide

JavaScript Developer

Vojislav Grujić

Introduction to CSS — Project Assignment 2:
Button Web Component

Button Web Component

The goal of this assignment is to create button elements from different HTML elements: <div>, <button> and <a>.

Every element has a class ".button" and by styling that class all the elements should get the same appearance.

Besides that, the assignment asks to create three size variations for buttons, small, medium and large, which are applied with classes ".button-sm", ".button-md" and ".button-lg", respectively.