Skip to content

Instantly share code, notes, and snippets.

View bunda3d's full-sized avatar
🏠
Working from home

Kris Bunda bunda3d

🏠
Working from home
View GitHub Profile
@bunda3d
bunda3d / shop_products.json
Created November 13, 2020 04:32
json shop_products for android app ecommerce db testing
[
{
"title": "ex Lorem enim enim anim",
"photoUrl": "https://via.placeholder.com/300/BB86FC/FFFFFF/?text=GameSmart",
"descProd": "occaecat exercitation occaecat ut ipsum amet veniam esse ad ut consectetur sunt fugiat sint",
"price": 644,
"points": 6931
},
{
"title": "quis officia sunt aute culpa",
@bunda3d
bunda3d / stars.css
Last active April 1, 2022 17:29
Star Rating Form Checkbox Input, HTML & CSS only, with Server PHP "submit" file
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* common colors */
:root {
--accent-bg: #BBBBBB;
--accent-color: #E52E62;
}
/* general text formatting */
h1, body, legend, p {