diff --git a/contact.php b/contact.php new file mode 100644 index 0000000..75236e0 --- /dev/null +++ b/contact.php @@ -0,0 +1,21 @@ + + + + + + Contact + + + + + + +

Contact

+
+ Add me to your contacts +
+ + + + + \ No newline at end of file diff --git a/css/styles.css b/css/styles.css index 82defae..13533e5 100644 --- a/css/styles.css +++ b/css/styles.css @@ -39,6 +39,14 @@ body { padding-top: 45px; } +.download-link { + background-color: #444444; + color: #f1f1f1; + border: 0px; + border-radius: 10px; + text-align: center; +} + footer { background-color: rgb(61, 61, 61); color: #eeeeee;