up
This commit is contained in:
27
main.css
Normal file
27
main.css
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user