المشاركة رقم تم النشر فى :17 - 05 - 2022
.AWARDS
المدير العام
وسام الاداره
المدير العام
وسام المدير العام
وسام وارث سنابل العطاء
شكرا الاداره
وسام التقييم الحصري 150 تقييم
وسام الاداره الحصري
وسام الحضور الدائم
شكرا لوفائكم
وسام الالفيه
الف موضوع شكرا الاداره
SMS ~ [+ ]
razan
رقم العضوية: 1
معينه بروفايلك [+]
♛لونك المفضل» : ♛عدد المساهمات : 3544 السمعه♛» : 71 ♛تاريخ الميلاد : 03/03/1990 ♛تاريخ التسجيل » : 06/12/2012 ♛ النقاط المكتسبه : 20108 العمر : 34 الابداع : التصميم احلى : الخبره : اساطير المنتدى..عَطَاؤهٌمْ ثَمِيْنّ ♥ :
موضوع: كود اكثر من رائع ازرار من برمجتنا
تم النشر فى :17 - 05 - 2022
.
كود اكثر من رائع ازرار من برمجتنا
ضعه في اي مكان يتقبل هتمل
الكود: <div class="container"> <div class="btn"><a href="https://ablimits.com">READ MORE</a></div> <div class="btn"><a href="https://ablimits.com">READ MORE</a></div> <div class="btn"><a href="https://ablimits.com">READ MORE</a></div> </div> <style type="text/css"> .container { width:600px; display:flex; flex-wrap:wrap; justify-content:space-around; } .container .btn { position:relative; width: 155px; height: 55px; margin:20px; } .container .btn a { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; justify-content:center; align-items:center; background: rgba(255,255,255,0.05); box-shadow: 0 15px 35px rgba(0,0,0,0.2); border-top: 1px solid rgba(255,255,255,0.1); border-bottom:1px solid rgba(255,255,255,0.1); border-radius: 30px; color: #fff; z-index: 1; font-size: 400; font-weight: 300; letter-spacing: 1px; text-decoration: none; overflow: hidden; transition: 0.5s; backdrop-filter: blur(15px); } .container .btn:hover a { letter-spacing: 3px; } .container .btn a::before { content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: linear-gradient(to left, rgba(255,255,255,0.15), transparent); transform: skewX(45deg) translateX(0); transition: 0.5s; } .container .btn:hover a::before { transform: skewX(45deg) translateX(200%); } .container .btn::before { content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: -5px; width:30px; height:10px; background: #f00; border-radius: 10px; transition: 0.5s; transition-delay: 0s; } .container .btn:hover::before { bottom: 0; height: 50%; width: 80%; border-radius: 30px; transition-delay: 0.5s; } .container .btn::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: -5px; width:30px; height:10px; background: #f00; border-radius: 10px; transition: 0.5s; transition-delay: 0s; } .container .btn:hover::after { top: 0; height: 50%; width: 80%; border-radius: 30px; transition-delay: 0.5s; } .container .btn:nth-child(1)::before, .container .btn:nth-child(1)::after { background: #ff1f71; box-shadow: 0 0 5px #ff1f71, 0 0 15px #ff1f71, 0 0 30px #ff1f71, 0 0 60px #ff1f71; } .container .btn:nth-child(2)::before, .container .btn:nth-child(2)::after { background: #2bd2ff; box-shadow: 0 0 5px #2bd2ff, 0 0 15px #2bd2ff, 0 0 30px #2bd2ff, 0 0 60px #2bd2ff; } .container .btn:nth-child(3)::before, .container .btn:nth-child(3)::after { background: #1eff45; box-shadow: 0 0 5px #1eff45, 0 0 15px #1eff45, 0 0 30px #1eff45, 0 0 60px #1eff45; } </style>
تحياتي للجميع
أسم العضو : razan هل ترغب في التعليق على رسالة العضو razan ؟
17.05.22 11:33
المشاركة رقم: # ڷــۄنۨ ̨ٻۧــﯣمۘــک
♛لونك المفضل» : ♛عدد المساهمات : 3544 السمعه♛» : 71 ♛تاريخ الميلاد : 03/03/1990 ♛تاريخ التسجيل » : 06/12/2012 ♛ النقاط المكتسبه : 20108 العمر : 34 الابداع : التصميم احلى : الخبره : اساطير المنتدى..عَطَاؤهٌمْ ثَمِيْنّ ♥ :
سُبْحَانَكَ اللَّهُمَّ وَبِحَمْدِكَ ، أَشْهَدُ أَنْ لا إِلهَ إِلَّا أَنْتَ أَسْتَغْفِرُكَ وَأَتْوبُ إِلَيْكَ
ازرار اخرى من تعديلاتنا على اكواد هتمل
الكود: <div class="col"> <div class="container-1"> <div class="btn btn-one"> <span>BUTTON ONE</span> </div> </div> <div class="container-2"> <div class="btn btn-two"> <span>IDLE</span> </div> </div> <div class="container-3"> <div class="btn btn-three"> <span>BUTTON THREE</span> </div> </div> </div> <div class="col"> <div class="container-4"> <div class="btn btn-four"> <span>BUTTON FOUR</span> </div> </div> <div class="container-5"> <div class="btn btn-five"> <span>BUTTON FIVE</span> </div> </div> <div class="container-6"> <div class="btn btn-six"> <span>BUTTON SIX</span> </div> </div> </div> <style type="text/css"> @import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300'; /* FORMATTING FOR CODEPEN */ .col { height: 10%; } div[class*=container] { text-align: center; width: 100%; height: 33%; display: flex; justify-content: center; align-items: center; } .container-1 { background: #333; } .container-2 { background: #4E598C; } .container-3 { background: #8499B1; } .container-4 { background: #9888A5; } .container-5 { background: #7B6D8D; } .container-6 { background: #565554; } /* BUTTON STYLING */ .btn { position: relative; color: white; width: 256px; height: 64px; line-height: 64px; transition: all 0.3s; span { transition: all 0.3s; tranform: scale(1, 1); } } .btn::before, .btn::after { content: ''; position: absolute; transition: all 0.3s; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .btn-one::before { left: 4px; z-index: 1; opacity: 0; background: rgba(255, 255, 255, 0.1); transform: scale(0.1, 1); } .btn-one:hover::before { opacity: 1; transform: scale(1, 1); } .btn-one::after { transition: all 0.3s; border: 1px solid rgba(255, 255, 255, 0.5); } .btn-one:hover::after { transform: scale(1, .1); opacity: 0; } /* BTN TWO */ .btn-two::before, .btn-two::after { content: ''; position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; z-index: 1; transition: all 0.3s; border: 1px solid rgba(255, 255, 255, 0.5); } .btn-two:hover::after { animation-name: rotatecw; animation-duration: 2s; } .btn-two:hover::before { animation-name: rotateccw; animation-duration: 3s; } .btn-two:hover::after, .btn-two:hover::before { left: 96px; width: 64px; animation-iteration-count: infinite; animation-timing-function: linear; } @keyframes rotatecw { from {transform: rotate(0deg);} to {transform: rotate(360deg);} } @keyframes rotateccw { from {transform: rotate(0deg);} to {transform: rotate(-360deg);} } /* BTN THREE */ .btn-three::before { opacity: 0; background: rgba(255, 255, 255, 0.1); transform: scale(1, 0.1); } .btn-three:hover::before { opacity: 1; transform: scale(1, 1); } .btn-three::after { transition: all 0.3s; border: 1px solid rgba(255, 255, 255, 0.5); } .btn-three:hover::after { transform: scale(1, .1); opacity: 0; } /* BTN FOUR */ .btn-four:hover span { transform: scale(1.2, 1.2); } .btn-four::before { opacity: 0; background: rgba(255, 255, 255, 0.1); transform: scale(0.1, 0.1); } .btn-four:hover::before { opacity: 1; transform: scale(1, 1); } .btn-four::after { transition: all 0.3s; border: 1px solid rgba(255, 255, 255, 0.5); } .btn-four:hover::after { transform: scale(0, 0); opacity: 0; } /* BTN FIVE */ .btn-five::before { transition: transform 0.15s, 0.15s border-radius 0.15s; opacity: 0; background: rgba(255, 255, 255, 0.1); transform: scale(0.1, 0.1); border-radius: 50%; } .btn-five:hover::before { opacity: 1; transform: scale(1, 1); border-radius: 0; } .btn-five::after { transition: all 0.3s; border: 1px solid rgba(255, 255, 255, 0.3); } .btn-five:hover::after { opacity: 0; } /* BTN SIX */ .btn-six::before { opacity: 0; background: rgba(255, 255, 255, 0.1); transform: scale(1.3, 1.3); } .btn-six:hover::before { opacity: 1; transform: scale(1, 1); } .btn-six::after { transition: all 0.3s; border: 1px solid rgba(255, 255, 255, 0.5); } .btn-six:hover::after { transform: scale(0, 0); opacity: 0; } </style>
أسم العضو : razan هل ترغب في التعليق على رسالة العضو razan ؟
18.05.22 5:01
المشاركة رقم: # ڷــۄنۨ ̨ٻۧــﯣمۘــک ♛عدد المساهمات : 68 السمعه♛» : 2 ♛تاريخ الميلاد : 06/06/1987 ♛تاريخ التسجيل » : 30/12/2013 ♛ النقاط المكتسبه : 12124 العمر : 37 الابداع : اسد بابل احلى : الخبره :
سُبْحَانَكَ اللَّهُمَّ وَبِحَمْدِكَ ، أَشْهَدُ أَنْ لا إِلهَ إِلَّا أَنْتَ أَسْتَغْفِرُكَ وَأَتْوبُ إِلَيْكَ
شكرا لمجودك
التوقيع
----------------------------
المصدر: منتديات اسد بابل - asdd.ahladalil.com
أسم العضو : سدير هل ترغب في التعليق على رسالة العضو سدير ؟
الــرد الســـريـع
الاعضاء الدين شاركوا في الموضوع
تعليمات المشاركة
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى
كود HTML معطلة
أعلي 10 إحصائياتأكثر الأقسام شعبية أفضل المواضيع افضل 10 اعضاء فى منتدى آخر المشاركات