Meta Description" name="description" />
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test Banner</title>
<style>
.banner {
width: 728px; /* يمكنك تغييره إلى 300x250 مثلاً */
height: 90px;
background: linear-gradient(135deg, #4f46e5, #06b6d4);
color: #fff;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
border-radius: 8px;
font-family: Arial, sans-serif;
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.banner h3 {
font-size: 20px;
margin: 0;
}
.banner button {
background: #ffcc00;
color: #000;
border: none;
padding: 8px 16px;
font-weight: bold;
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}
.banner button:hover {
background: #ffe34d;
}
</style>
</head>
<body>
<div class="banner">
<h3>🔥 إعلان تجريبي — CrazyScene</h3>
<button onclick="alert('تم الضغط على الإعلان!')">اعرف المزيد</button>
</div>
</body>
</html>
1
1
1KB
1KB
131.0ms
208.0ms
131.0ms