diff --git a/clipboard.svg b/clipboard.svg new file mode 100644 index 0000000..c3e1e08 --- /dev/null +++ b/clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/clipboardCheckmark.svg b/clipboardCheckmark.svg new file mode 100644 index 0000000..0ddce46 --- /dev/null +++ b/clipboardCheckmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 0945217..4984996 100644 --- a/index.html +++ b/index.html @@ -80,9 +80,19 @@ .nameInput { text-align: center; } + .clipboard { + transition: opacity 0.5s ease-in-out; + } + .btn2 { + background-color: #fefefe; + } + .btn2:active { + background-color: #efefef; + color: gray; + } -
+