Tei's Personal Website (Made with Node.js and Bootstrap)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
367 B

3 years ago
  1. head
  2. link(rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/css/bootstrap.min.css")
  3. script(src='https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js')
  4. title Tei's Personal Website
  5. style(type='text/css').
  6. a {
  7. font-size:125%;
  8. }
  9. p {
  10. font-size: 125%;
  11. }