remove comments
This commit is contained in:
parent
1c9f0caf19
commit
4686772742
1 changed files with 2 additions and 3 deletions
|
@ -30,7 +30,7 @@ body {
|
|||
}
|
||||
|
||||
#main:hover .logo img {
|
||||
transform: scale(1.5) rotate(360deg); /* Adjust the scale factor as needed */
|
||||
transform: scale(1.5) rotate(360deg);
|
||||
}
|
||||
|
||||
#main:hover #text {
|
||||
|
@ -44,5 +44,4 @@ body, html{
|
|||
}
|
||||
@font-face {
|
||||
font-family: CustomFont;
|
||||
src: url('static/fonts/c1-kenangan.regular.otf') format('truetype'); /* Change 'your-font.ttf' to the actual font file name */
|
||||
}
|
||||
src: url('static/fonts/c1-kenangan.regular.otf') format('truetype');
|
Loading…
Add table
Reference in a new issue