This commit is contained in:
2026-04-11 08:44:25 +07:00
commit e8c52573cb
4 changed files with 149 additions and 0 deletions

27
main.css Normal file
View File

@@ -0,0 +1,27 @@
@font-face {
font-family: "font_lop_minh";
src: url(hlgiomuc.ttf);
}
form {
width: fit-content;
border: 2px solid black;
padding: 5px;
position:fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: all 2s;
}
form:hover {
transform: translate(-50%, -50%) scale(2);
}
p {
font-family: "font_lop_minh";
}