hoangsytiendat

Số kỳ thi:
2
Min. rating:
1471
Max rating:
1609
Rating
1471
Bài tập
72
Điểm
146
Rating #
101
Điểm #
72
Hoàng Sỹ Tiến Đạt (TH Số 1 Sen Thủy)
Giới thiệu
<html lang="vi">
<head>
<meta charset="UTF-8">
<title>Chữ chạy demo</title>
<style>
.marquee {
width: 100%;
overflow: hidden;
background: #f0f0f0;
border: 1px solid #ccc;
height: 40px;
position: relative;
}
.marquee p {
position: absolute;
white-space: nowrap;
animation: chaychu 10s linear infinite;
font-size: 18px;
color: #000;
margin: 0;
padding: 10px;
}
@keyframes chaychu {
0% { left: 100%; }
100% { left: -100%; }
}
</style>
</head>
<body>
</body>
</html>
✨hoangsytiendat! ✨
Các lần thi
, #