الگو:کانتینر کله قندی/کاووسی: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱۷: خط ۱۷:
     .orange-box {
     .orange-box {
         background-color:#4682B4;
         background-color:#4682B4;
         height: 200px;
         height: 250px;
         /* این خط جادوی اصلی برای ایجاد حالت کله‌قندی است */
         /* این خط جادوی اصلی برای ایجاد حالت کله‌قندی است */
         clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
         clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
خط ۲۷: خط ۲۷:
         padding-top: 10px;
         padding-top: 10px;
         color: #d9d900;
         color: #d9d900;
        font-size: 0.9rem;
     }
     }


خط ۳۸: خط ۳۹:
         margin-top: 15px;
         margin-top: 15px;
         font-weight: bold;
         font-weight: bold;
         font-size: 0.5 rem;
         font-size: 0.2rem;
        font-family: iransans;
     }
     }
</style>
</style>