مشخصات مقاله
-
725
-
0.0
-
2530
-
0
-
0
آموزش ایجاد دکمه اعلان در سایت
آموزش ایجاد دکمه اعلان Notification Buttons در وبسایت
در این مقاله می آموزیم که چطور با استفاده از کد CSS , Html اعلان Notification Buttons ایجاد کنیم.
قدم اول : کد HTML را اضافه کنید.
مثال :
Inbox
3
قدم دوم : کد CSS را اضافه کنید.
مثال :
.notification {
background-color: #555;
color: white;
text-decoration: none;
padding: 15px 26px;
position: relative;
display: inline-block;
border-radius: 2px;
}
.notification:hover {
background: red;
}
.notification .badge {
position: absolute;
top: -10px;
right: -10px;
padding: 5px 10px;
border-radius: 50%;
background: red;
color: white;
}
نمونه یک
<h1>دکمه اعلان</h1>
<a href="#" class="notification">
<span>Inbox</span>
<span class="badge">3</span>
</a>
عکس دکمه اعلان Notification Buttons
1399/12/26
2530
725
رمز عبور : tahlildadeh.com یا www.tahlildadeh.com