remove comments

server
waifu 4 months ago
parent 1c9f0caf19
commit 4686772742
  1. 5
      styles.css

@ -30,7 +30,7 @@ body {
} }
#main:hover .logo img { #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 { #main:hover #text {
@ -44,5 +44,4 @@ body, html{
} }
@font-face { @font-face {
font-family: CustomFont; 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…
Cancel
Save