الفئة 'svg'
الدرس 21 من 31 في دورة بطاقة 3D | مشروع Front-end على Coddy.
التحدي
سهلاستهدف الفئة ‘svg’:
- اضبط fill على none.
- اضبط stroke على #00bdc3.
- اضبط stroke-width على 3 بكسل.
- اضبط max-height على 15px.
جرّب بنفسك
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>