دوشنبه ۱۲ مرداد ۱۴۰۵ -
راهنما سیستم مدیریت یادگیری
import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght400;600;700&display=swap');
body{
font-family:'Vazirmatn',sans-serif;
background:#f4f6fb;
}
.guide-section{
margin:60px auto;
}
.guide-title{
text-align:center;
margin-bottom:50px;
}
.guide-title h2{
font-size:28px;
color:#1f2d4d;
margin-bottom:10px;
}
.guide-title p{
color:#6c7a99;
}
.guide-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}
.guide-card{
background:#fff;
border-radius:18px;
padding:35px 25px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
transition:.3s ease;
border:1px solid #eef1f7;
}
.guide-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 35px rgba(0,0,0,0.08);
}
.guide-card h5{
font-size:18px;
margin-bottom:20px;
color:#2c3e66;
}
.guide-btn{
display:inline-block;
padding:10px 22px;
border-radius:30px;
background:linear-gradient(45deg,#1f2d4d,#304a7d);
color:#fff;
text-decoration:none;
font-size:14px;
transition:.3s;
}
.guide-btn:hover{
opacity:.85;
}
media(max-width:768px){
.guide-title h2{
font-size:22px;
}
}
راهنمای سیستم مدیریت یادگیری
مشاهده راهنما
راهنمای نسخه کارکنان
مشاهده راهنما