load and enable bootstrap framework

This commit is contained in:
2022-10-02 00:28:08 +02:00
parent d45908303f
commit 02f8620e24
5 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1 @@
$h1-font-size: 3.5rem; //bigger

View File

@@ -1,8 +1,15 @@
// override bootstrap variables
@import "_variables";
// import Bootstrap 5 styles
@import "~bootstrap/scss/bootstrap";
body {
background-color: lightgray;
padding: 5em;
//background-color: lightgray;
//padding: 3em;
div#boum {
background-color: white;
//background-color: white;
padding: 1em;
border: 1px solid grey;
}