Class buttons
Lesson 22 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.
Challenge
EasyInside class ‘buttons’ target class ‘button’:
- Set the color to white.
- Set the font-size to 14 pixels.
- Set border to none and the border-radius to 24 pixels.
- Set the margin to 0px from top-bottom and 10px from left-right.
- Set padding to 3 pixels from top-bottom and 18 pixels from left-right.
- Set the background color to #4070f4.
Try it yourself
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>