These fidget spinners are ~3 inches long and are very durable with a sturdy weight. Comes in metallic and glow in the dark varieties. The glow variety comes with a 7 ball-bearings center and the metallic ones spin for minutes. Comes new in box.
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.gallery {
width: 100%;
margin: 0 auto;
padding: 5px;
background: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,.3)
}
.gallery:before,
.gallery:after {
content: "";
display: table;
}
.gallery:after {
clear: both;
}
.gallery > div {
display: inline-block;
position: relative;
padding: 5px;
}
.gallery > div > img {
vertical-align: top;
display: block;
height: auto;
width: auto;
max-width: 180px;
max-height: 180px;
transition: .1s transform;