commit e8c52573cbe2aff1b6999a7dea949cbb5e36a832 Author: Phuoc NTB Date: Sat Apr 11 08:44:25 2026 +0700 up diff --git a/hlgiomuc.ttf b/hlgiomuc.ttf new file mode 100644 index 0000000..30f1860 Binary files /dev/null and b/hlgiomuc.ttf differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..c2709cc --- /dev/null +++ b/index.html @@ -0,0 +1,27 @@ + + + + + + + Document + + + + + + +
+ +
+ +
+ +
+ +

1asasa xin chào hihiha haa

+ + + + + \ No newline at end of file diff --git a/index2.html b/index2.html new file mode 100644 index 0000000..c779255 --- /dev/null +++ b/index2.html @@ -0,0 +1,95 @@ + + + + + + + Document + + + + + +
+
+
+
+ +
+ 79.174 lượt xem +
+
+
+

Sao Việt 14/8 Hoài Lâm Từ Thiện Cùng Hoài Linh asdsad sgdhg. dfgdf ge

+
+
+ + + \ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..5bd1aea --- /dev/null +++ b/main.css @@ -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"; +} \ No newline at end of file