📚Create 🆕 Programmer🔝©
340 subscribers
125 photos
60 files
120 links
🐾Adimn: #Programmer_femo 🌸🍃

🐾 @Askfemo_bot 🌸🍃

🐾Learning Programming🌸🍃

🐾Web Design🌸🍃

🐾About software🌸🍃

🐾Code🌸🍃

🐾Lua -bot-telegram🌸🍃
Download Telegram
📚Create 🆕 Programmer🔝©
#جماعة_الويب قائمة حلوة وبسيطة
<!DOCTYPE html>
<html>
<head>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #8585e0;
}

li {
float: right;
}

li a {
display: block;
color: white; padding: 0;
text-align: center;
padding: 16px; border-radius: 50px;

text-decoration: none;
}

li a:hover {
background-color: #24248f;
}
</style>
</head>
<body>

<ul>
<li><a href="#">الرئيسية</a></li>
<li><a href="#">اتصل بنا</a></li>
<li><a href="#">اخبار</a></li>
<li><a href="#">عن الموقع</a></li>

</ul>

</body>
</html>