Untitled
Bumblebee
Running Loop
Cofagrigus
Losing my mind (W.I.P)
Undertale (Sans and Papyrus)
Untitled
!CONTEST! * Sass with Class *
9 comments
Hyper-kid-all-times[OP]
15.05.2020 20:08
Link-
Hyper-kid-all-times[OP]
15.05.2020 20:10
LinkThis contest is to see who can either redraw my pfp or a random pfp better. Or you could redraw one of my oc's or a random persons OC. If you do a random persons oc or PFP send the original drawing piece.
Rules:
-No nsfw
-Gores fine
- No using bases
- Have fun!
Hyper-kid-all-times[OP]
15.05.2020 20:11
LinkSass = CSS but different
CSS:
body {
background-color: #0000ff;
color: #001;
}
---------
Sass:
$blue: #0000ff;
$black: #001;
body {
background-color: $blue;
color: $black;
}