diff --git a/Contributors.md b/Contributors.md index 1e597a3..af61d16 100644 --- a/Contributors.md +++ b/Contributors.md @@ -195,3 +195,4 @@ - [Ashish Yadav](https://github.com/ashishyadav400) - [vamisola](https://github.com/vamisola) - [diogoalexsmachado](https://github.com/diogoalexsmachado) +- [Beattie282](https://github.com/beattie282) diff --git a/src/Djigolab.html b/src/Djigolab.html index c7a3d72..2d6654e 100644 --- a/src/Djigolab.html +++ b/src/Djigolab.html @@ -11,18 +11,6 @@ -

Oh, hey.

diff --git a/src/style/personal_page/Djigolab.css b/src/style/personal_page/Djigolab.css index 0720e2d..3c32998 100644 --- a/src/style/personal_page/Djigolab.css +++ b/src/style/personal_page/Djigolab.css @@ -20,3 +20,15 @@ h1 { font-size: 28px; } } + +li { + list-style-type: none; + top: 90%; + right: 90%; + position: absolute; +} + +a { + text-decoration: none; + color: inherit; +}