diff --git a/share/index.html b/share/index.html index 0df38dc..1a015b4 100644 --- a/share/index.html +++ b/share/index.html @@ -7,20 +7,27 @@ +

Count is: {{ count }}

loading...
\ No newline at end of file diff --git a/share/main.css b/share/main.css index a550230..d92c84d 100644 --- a/share/main.css +++ b/share/main.css @@ -10,4 +10,7 @@ /* margin-bottom: 10px; */ border: 1px solid #f1f1f1; transform: rotate(1deg); + display: flex; + justify-content: center; + align-items: center; } \ No newline at end of file diff --git a/webcomponent/index.html b/webcomponent/index.html new file mode 100644 index 0000000..213608e --- /dev/null +++ b/webcomponent/index.html @@ -0,0 +1,93 @@ + + + + + webComponent + + + + + + +