المهمه الاولى صفحة html Document

معلوماتي الشخصية

الاسم : عبير

معلوماتي الوظيفية

معلمة

هواياتي

طعامي المفضل

صفحة css .infoN {background-color: PINK;} .infoJ{background-color:palevioletred} .infoH{background-color: darkgoldenrod;} .infoF{background-color: green;} المهمه 2 صفحة html Document

الاسم

عبير

هواياتي

القراءة

الرسم

تواصل معي

عبر البريد الالكتروني
صفحة css .menu{ background-color: rgb(140, 161, 199); } .menu ul{ text-align: center; padding-top: 20px; padding-bottom: 20px; text-decoration: none; } .menu li{ display: inline-block; text-align: center; } .menu li a{ display: inline-block; height: auto; width: 150px; color:blue ; background-color: rgb(215, 172, 186); padding: 10px; margin: 4px; text-align: center; font-size: 18px; font-weight: bold; text-decoration: none; border-radius: 4px; } .menu li a:hover{ background-color: rgb(207, 200, 161); } .main{ text-align: center; background-color: rgb(206, 186, 196); }