Coding Challenges Plattform

CSS Exercise: Style a Button

Create a CSS File in which you define the font and color of a tag in an HTML document. Link the CSS file in the HTML document in order to see the changes you made.

Difficulty: ★

CSS Exercise: Create a Form

Change the circumference and color of a button using CSS and link your CSS file in your HTML document in order to see the changes you made.

Difficulty: ★★

CSS Exercise: Style a navigation menu.

Style a navigation menu to improve its appearance and usability. The navigatione menu will be included in the excercise.

Difficulty: ★★★

CSS Exercise: Responsice image gallery

Create a responsive image gallery using CSS grid and media queries. This will require HTML code which can be sourced in the solution Folder.

Difficulty: ★★★★★