diff --git a/index.html b/index.html index bae325e..da859b7 100644 --- a/index.html +++ b/index.html @@ -48,35 +48,35 @@

Websites

Motivesoft Github Pages

This is the project for the Motivesoft Github Pages site, which includes this page.

Motivesoft.co.uk home page

This project holds the public Motivesoft website code and contained projects. The site also contains some projects requiring backend web services, which this Github site page doesn't offer.

Zen Doodles By Catherine

The zen doodles website offers free downloads of zen doodle, mandala and other designs as PDF and PNG. Print or save the images and colour them in.

Condaluna

The @condaluna website offers free collection of stickers, GIF, wallpapers and fonts to download or use in Instagram, Facebook, Twitter stories.

Cyberzoo

This website is a tribute for virtual pets containing lots of information about Tamagotchis, Nano Babies etc. original created in the late 90s.

@@ -86,7 +86,7 @@

Utilities

paste

A partner utility for the Windows 'clip' command. Writes the current clipboard contents to the output stream or console.

diff --git a/style.css b/style.css index 42ccfe2..968018a 100644 --- a/style.css +++ b/style.css @@ -54,7 +54,8 @@ main { .project:hover, .project:focus { box-shadow: 10px 10px 30px #888888; - background-color: #dddddd; + background-color: #eeeeee; + transform: scaleX(1.01) scaleY(1.01); } .project-name { @@ -67,11 +68,25 @@ main { .project-links p { padding-top: 0px; - padding-bottom: 5px; + padding-bottom: 15px; padding-left: 10px; padding-right: 10px; } +.project-links a { + padding: 5px 10px; + margin: 5px 10px; + text-decoration: none; + background-color: black; + color: white; + border-radius: 5px; +} + +.project-links a:hover, +.project-links a:focus { + background-color: #666666; +} + #suggestions { margin-top: 5px; color: #ccc;