Class 'social-button'
Lesson 23 of 31 in Coddy's 3D Card | Front-end Project course.
Challenge
EasyTarget class 'social-button':
- Set the width to 30 pixels.
- Set an aspect-ratio of 1.
- Set padding to 5px
- Set the background to white.
- Set the border radius to 50%.
- Set the border to none.
- Set the display to grid.
- Set place-content to center.
Add this box-shadow property:
box-shadow: rgba(5, 71, 17, 0.5) 0px 7px 5px -5px;
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>All lessons in 3D Card | Front-end Project
1Introduction
What you will build?4CSS - II
Class 'view-more'