Klasse 'view-more-button'
Lektion 20 von 31 im Kurs 3D-Karte | Front-end-Projekt von Coddy.
Aufgabe
EinfachZiele auf ‘view-more-button’ innerhalb von ‘view-more’ ab:
- Setze ‘background’ und ‘border’ auf ‘none’.
- Setze die Farbe (‘color’) auf ‘#00b6c3’.
- Setze ‘font-weight’ auf ‘bolder’.
- Setze ‘font-size’ auf ‘12px’.
Probier es selbst
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>