big css changes

added some nice effects :)
This commit is contained in:
Nye Evans 2021-05-26 11:42:53 +01:00
parent 84f03e6c20
commit 7764d06c37
3 changed files with 52 additions and 5 deletions

View file

@ -2,6 +2,7 @@
<header>
<link rel = "stylesheet" href = "pages\mainpage.css">
<link rel = "stylesheet" href = "pages\effects.css">
<link rel = "icon" href = "images\Icon.ico">
<meta charset="UTF-8">
@ -101,18 +102,18 @@
<div class = "textBox" id= "outroText">
I hope you like my work! If you ever want to contact me, my Twitter, email and Github can be found below.
I hope you like my work! If you ever want to contact me, my Email, Github and Social Medias can be found below.
</div>
<div id = "socialBar">
<!-- please dont follow me if you see this, i want this to be a work only twitter account,
<a href = "https://twitter.com/Wi__Ro" target="_blank" style = "color:#ffd256;">Twitter</a>
-->
<a href = "https://twitter.com/Wi__Ro" target="_blank">Twitter</a>
&NonBreakingSpace;
<a href="mailto:WillowRo@outlook.com" target="_blank">Email</a>
&NonBreakingSpace;
<a href="https://github.com/Wil-Ro" target="_blank">Github</a>
&NonBreakingSpace;
<a href = "https://dev.to/willowro" target="_blank">Dev.to</a>
&NonBreakingSpace;
<a href = "./pages/CVPage.html">CV</a>
</div>