.nass {
background-color: rgb(78, 121, 199);
color: white;
font-size: 18px;
text-decoration: none;
font-weight: bold;
}
.cards-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 10px;
padding: 10px;
}
.card-box {
background-color: rgb(78, 121, 199); /* أزرق غامق */
color: white;
display: flex;
align-items: center;
justify-content: center;
height: 150px;
border-radius: 10px;
text-align: center;
transition: transform 0.3s, box-shadow 0.3s;
}
.card-box:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
.card-box a {
color: white;
font-size: 18px;
text-decoration: none;
font-weight: bold;
}
.card-box a:hover {
text-decoration: underline;
}
الوظائف الأكثر طلبًا
الوظائف الأكثر طلباً