Size and Color
Lesson 3 of 6 in Coddy's CSS Project - Simple Loading Spinner course.
Let's start working on the CSS file - styles.css
Challenge
EasyAdd a 64px width and height to the spinner div, as well as a background color of your choice.
Select the div using its id ("spinner") in the styles.css file.
Try it yourself
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="spinner"/>
</body>
</html>All lessons in CSS Project - Simple Loading Spinner
Practice on your own: Web playground