struktur scss erstellt

This commit is contained in:
David Renner 2020-06-05 11:50:36 +02:00
parent 289402a3cd
commit deb39b002c
4 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bücherwurm WebInterface</title> <title>Bücherwurm WebInterface</title>
<link rel="stylesheet" href="main.scss">
<link rel="stylesheet" href="tables.scss">
<link rel="stylesheet" href="menu.scss">
</head> </head>
<body> <body>
<div name="main"><!-- der ganze Inhalt ohne Hintergrund. Soll mobileFirst Senkrecht ausgerichtet sein --> <div name="main"><!-- der ganze Inhalt ohne Hintergrund. Soll mobileFirst Senkrecht ausgerichtet sein -->

0
scss/main.scss Normal file
View File

0
scss/menu.scss Normal file
View File

0
scss/tables.scss Normal file
View File