Class media-buttons
Lesson 6 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.
Challenge
EasyInside class "media-buttons":
- Create three anchor tags with the same class name, ‘link’.
- Inside each anchor tag, create one icon tag.
Give the classes to icon tags as below:
The first one
bx bxl-linkedin bx-smThe second one
bx bxl-github bx-smThe third one
bx bxl-twitter bx-sm
(These classes are very important to get the icons from Boxicons.)
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 Coddy Profile Card Clone | Front-end project
1Introduction
Introduction2HTML
SetupOuters