diff --git a/index.html b/index.html new file mode 100644 index 0000000..9e4bf0d --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/style.sass b/style.sass new file mode 100644 index 0000000..c1939f9 --- /dev/null +++ b/style.sass @@ -0,0 +1,28 @@ +body + background-color: #fce0b5 + +.columns + display: flex + + .column + width: 400px + padding: 20px + border-right: 1px solid black + + h3 + text-align: center + + .tile + background-color: #fcedd6 //e2b97a + position: relative + width: 360px + height: 80px + padding: 0 20px + + display: grid + align-items: center + + .tile-stickers + position: absolute + top: 0 + left: 0 \ No newline at end of file