diff --git a/github-142-svgrepo-com.svg b/github-142-svgrepo-com.svg new file mode 100644 index 0000000..c4f9853 --- /dev/null +++ b/github-142-svgrepo-com.svg @@ -0,0 +1,2 @@ + + diff --git a/index.html b/index.html index 30327e6..0134c03 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ } h1 { - z-index: 99; + z-index: 2; } body { @@ -35,13 +35,34 @@ } canvas { - display: block; position: absolute; top: 0; right: 0; width: 100%; - z-index: 0; + z-index: -1; height: 100% + + } + + h1:hover { + color: red; + transform: scale(1.1); + } + + .email { + padding: 5px 5px; + width: min-content; + margin: 10px auto; + background-color: red; + } + + .email:hover { + text-decoration: underline; + } + + .icon:hover { + background-color: black; + cursor: pointer; } @@ -53,25 +74,131 @@
c1brandon626@gmail.com
+ + + +