Menu
Coddy logo textTech

Class 'view-more-button'

Lesson 20 of 31 in Coddy's 3D Card | Front-end Project course.

challenge icon

Challenge

Easy

Target ‘view-more-button’ inside ‘view-more’:

  1. Set the background and border to none.
  2. Set the color to #00b6c3.
  3. Set font-weight to bolder.
  4. Ser font-size to 12px

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