Menu
Coddy logo textTech

Option Voir plus

Leçon 9 sur 31 du cours Carte 3D | Projet Front-end de Coddy.

challenge icon

Défi

Facile

À l'intérieur de ‘view-more’ :

  1.  

    1. Créez un bouton avec le nom de classe ‘view-more-button’ et ajoutez le texte ‘View more’ dans le bouton.
    2. Sous le bouton, ajoutez cet SVG :
    <svg class="svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round"
                            stroke-linejoin="round">
         <path d="m6 9 6 6 6-6"></path>
    </svg>

Essayez vous-même

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

Toutes les leçons de Carte 3D | Projet Front-end