css reformat in seperate files

This commit is contained in:
lukas-heiligenbrunner
2020-03-18 10:22:43 +01:00
parent 8bd8985995
commit f8d599de22
5 changed files with 166 additions and 155 deletions

View File

@ -15,7 +15,9 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<!-- Stylesheets -->
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/general.css">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/about.css">
</head>
<!-- The scrollable area -->
<body data-spy="scroll" data-target=".navbar" data-offset="50">