منوی پایین صفحه/کاووسی - فراغیب
صفحهای تازه حاوی «<html> <head> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> <style> ←۱. تنظیمات عمومی: مخفی بودن در دسکتاپ (حالت پیشفرض): .bottom-nav { display: none; } ←۲. تنظیمات موبایل: فقط در عرض کمتر از ۷۶۸ پیکسل ظاهر شود: @media (max-width: 767px) { .bottom-nav { display: flex;...» ایجاد کرد |
بدون خلاصۀ ویرایش |
||
| خط ۱۵: | خط ۱۵: | ||
position: fixed; | position: fixed; | ||
bottom: 0; | bottom: 0; | ||
right: 0; | |||
width: 100%; | width: 100%; | ||
height: 60px; | height: 60px; | ||