scss implemented
This commit is contained in:
parent
deb39b002c
commit
3643cd3551
2 changed files with 7 additions and 4 deletions
|
@ -4,11 +4,11 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Bücherwurm WebInterface</title>
|
||||
<link rel="stylesheet" href="main.scss">
|
||||
<link rel="stylesheet" href="tables.scss">
|
||||
<link rel="stylesheet" href="menu.scss">
|
||||
<link rel="stylesheet" href="scss/main.css">
|
||||
<link rel="stylesheet" href="scss/menu.css">
|
||||
<link rel="stylesheet" href="scss/tables.css">
|
||||
</head>
|
||||
<body>
|
||||
<body class="theme-1">
|
||||
<div name="main"><!-- der ganze Inhalt ohne Hintergrund. Soll mobileFirst Senkrecht ausgerichtet sein -->
|
||||
<h1>Bücherwurm Bibliotheksverwaltung</h1><!-- vorläufiger Titel der Webseite-->
|
||||
<div><!-- Feld für Liste mit den Dropdowns, Inhalt wird mittig zentriert -->
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
.theme-1 {
|
||||
background-color: #ddd333;
|
||||
}
|
Loading…
Reference in a new issue