mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-23 14:56:46 +01:00
Changed aboutus.html background color and font
This commit is contained in:
parent
c3404b8cff
commit
5792c53458
1 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,13 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
|
||||
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
|
||||
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background-color: #1b1c1e;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||
|
|
Loading…
Reference in a new issue