.
.. ارسم بسمه.. كلمات.. السيد عطاالله - مدونه الناشرين والناشرات
.. ارسم بسمه.. كلمات.. السيد عطاالله
ارسم بسمه
*********
كلمات/ السيد عطاالله
ازرع للأمل بذره
ازرع للحب شجره
ثق في رب القدره
الرزق مش بالكثره
احلم وحلمك بكره
تحصد منه الثمره
أرسم نجمه و قمره
شمس الأمل ظاهره
املك ورده و زهره
بستان حياة خضره
ارسم للأمل فكره
لون و زف البشرى
مدد يارب و نظره
ارسم بسمه شاطره
ع الشفايف حاضره
كلمات السيد عطاالله.
body {
font-family: Arial, sans-serif;
direction: rtl;
background-color: #f4f4f4;
margin: 20px;
}
.blog-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.blog-post {
background: white;
padding: 15px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
width: 300px;
}
.blog-post h3 {
margin: 0;
color: #333;
}
.blog-post p {
color: #666;
}
.read-more {
display: inline-block;
margin-top: 10px;
color: #007bff;
text-decoration: none;
}
.read-more:hover {
text-decoration: underline;
}