Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlee-06 authored Dec 16, 2024
1 parent 6bda590 commit 278e2f0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
@font-face {
font-family: 'iansui';
src: url('./Iansui-Regular.ttf') format('truetype')
}

body {
font-family: 'iansui', 'sans-serif', '標楷體', 'DFKai-SB';
}

h2 {
text-align: center;
}

.ul {
list-style-type: none; /* Remove default bullets */
padding: 0; /* Optional: Remove padding */
margin: 0; /* Optional: Remove margin */
text-align: right;
}

ul {
list-style-type: none; /* Remove default bullets */
/* padding: 0; Optional: Remove padding */
/* margin: 0; Optional: Remove margin */
text-align: left;
}

0 comments on commit 278e2f0

Please sign in to comment.