Menu
Coddy logo textTech

Daha fazla görüntüle seçeneği

Coddy'nin 3D Kart | Front-end Projesi kursunda ders 9 / 31.

challenge icon

Görev

Kolay

‘view-more’ içinde:

  1.  

    1. Sınıf adı ‘view-more-button’ olan bir buton oluşturun ve butona ‘View more’ metnini ekleyin.
    2. Butonun altına şu SVG'yi ekleyin:
    <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>

Kendin dene

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

3D Kart | Front-end Projesi bölümündeki tüm dersler