diff --git a/index.html b/index.html index 2446015..9825cf9 100644 --- a/index.html +++ b/index.html @@ -45,63 +45,72 @@

Web Development Portfolio

Google Places API

- Learn More + See it live + See codes

Random Quote Machine

- Learn More + See it live + See codes

JavaScript Calculator

- Learn More + See it live + See codes

Pomodoro Clock

- Learn More + See it live + See codes

Twitch.tv JSON API

- Learn More + See it live + See codes

Camper Leaderboard

- Learn More + See it live + See codes

Wikipedia Viewer

- Learn More + See it live + See codes

Tic-Tac-Toe Game

- Learn More + See it live + See codes

Simon Game

- Learn More + See it live + See codes
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 5ec2268..0409535 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -74,6 +74,15 @@ html, body { color: #FF4500; } +.buttons:active { + color: blue; +} + +.right-button { + float: right; + margin-right: 20%; +} + .maps-locations { background-image: url('https://github.com/imgs/maps-locations.png'); background-size: cover;