İçerik
Coddy'nin 3D Kart | Front-end Projesi kursunda ders 5 / 31.
Görev
Kolay‘glass’ öğesinin altında, ‘content’ öğesinin içinde:
- Sınıf adı ‘title’ olan bir span oluşturun ve bu span'ın içine istediğiniz bir metni ekleyin.
- '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>