Skip to content

Instantly share code, notes, and snippets.

View batman's full-sized avatar
💭
HAPPY : D

Michael Lauenroth batman

💭
HAPPY : D
View GitHub Profile
@batman
batman / ratingstars.html
Last active March 16, 2017 13:41
a 3D rotating Container via CSS3
<!DOCTYPE html>
<html>
<head>
<style>
.star {
width: 50px;
height: 50px;
display: inline-block;
cursor: pointer;
}