دم لكم اليوم كود من تصميمى الخاص لعمل إنحناء دائرى للأقسام بشكل جميل 

صورة للكود 

[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]

محدد بالاحمر 
الرمز:

الكود:



/*code */
.row1 {
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.row1 over {
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.row3 {
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.row3 over {
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.row2 {
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
/*code */



[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]