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>Responsive Banner Ad</title>
<style>
.banner {
max-width: 728px;
width: 90%;
background: linear-gradient(135deg, #4f46e5, #06b6d4);
color: #fff;
border-radius: 10px;
padding: 15px 20px;
display: flex;
align-items: center;
justify-content: space-between;
font-family: Arial, sans-serif;
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
margin: 20px auto;
flex-wrap: wrap;
text-align: center;
}
.banner h3 {
font-size: 1.1rem;
flex: 1 1 200px;
margin: 5px 0;
}
.banner button {
background: #ffcc00;
color: #000;
border: none;
padding: 10px 16px;
border-radius: 5px;
font-weight: bold;
cursor: pointer;
transition: background 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
164.0ms
192.0ms
164.0ms