الفصل الدراسي الثاني

أعلى
.block-header h3 { overflow: hidden; white-space: nowrap; border-right: 2px solid #fff; animation: typing 3s steps(30, end), blink 0.75s step-end infinite; } @keyframes typing { from { width: 0 } to { width: 100% } } @keyframes blink { from, to { border-color: transparent } 50% { border-color: white; } } .manageralert:hover .alert-content { transform: scale(1.03); transition: all 0.3s ease-in-out; box-shadow: 0 0 15px rgba(0,0,0,0.2); }