Menu
Coddy logo textTech

İçerik

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

challenge icon

Görev

Kolay

‘glass’ öğesinin altında, ‘content’ öğesinin içinde:

  1. Sınıf adı ‘title’ olan bir span oluşturun ve bu span'ın içine istediğiniz bir metni ekleyin.
  2. 'title' öğesinin altına, sınıf adı 'text' olan başka bir span oluşturun ve istediğiniz bir metni ekleyin.

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