Skip to content

Instantly share code, notes, and snippets.

View joshtom's full-sized avatar
💻
Open Source

Joshua Olajide joshtom

💻
Open Source
View GitHub Profile
<div class="header">
<h3> ANIMATING THIS SVG IMAGE USING JAVASCRIPT AND CSS </h3>
<div class="buttons">
<button data-add="blue-eyes">Blue Eyes</button>
<button data-remove="blue-eyes">Green Eyes</button>
<button data-add="sad"> Sad </button>
<button data-remove="sad"> Happy </button>
<button data-add="move-around"> Move Around </button>
<button data-remove="move-around"> Sit still </button>
</div>
@joshtom
joshtom / index.html
Created February 5, 2019 15:44
ZwJdWm
<!DOCTYPE html>
<html>
<head> <title> Simple Login </title>
</head>
<link href="https://fonts.googleapis.com/css?family=Abel|Arimo|Lato|Poppins" rel="stylesheet">
<body>
<div class="container">
<form>