diff --git a/src/index.html b/src/index.html index db1b5ef..7622213 100644 --- a/src/index.html +++ b/src/index.html @@ -1,22 +1,29 @@ - - - - BOM2Table - - + + + + + BOM2Table + + +
+

BOM to Table

+
+
+
+

Upload BOM csv file

+ +
+
+
+
+

Table HTML

+ +
+
+
-

BOM to table

- - -
-
- -

Table HTML

- -
- - - - \ No newline at end of file + + + diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..fccbbdf --- /dev/null +++ b/src/style.css @@ -0,0 +1,18 @@ +header { + margin: 1.5rem; +} +header h1 { + text-align: center; +} +main { + display: flex; + flex-direction: row; + flex-flow: wrap; + min-width: 500px; + max-width: 80vw; + justify-content: space-evenly; +} + +section { + flex 0 0 50%; +} \ No newline at end of file