N
N
Nikolay2018-07-31 17:29:13
Layout
Nikolay, 2018-07-31 17:29:13

How to make emoticons (emotions) in CSS?

Faced with the task of creating a CSS rating system. I decided to find an interesting option and found this reference on dribbble.
rating.gif
And the question is, is it possible to somehow make such shapes (slanting eyes, a smiley smile) in CSS? In what direction to study the material in order to implement this?
5b6071a1e5be6403624983.png5b6071a8ecd5a041775625.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
ⓒⓢⓢ, 2018-07-31
@Piterski

I don’t agree with the “esvege” commentators at all, it’s not clear why you can’t draw on css, theoretically any svg can be described with css styles.
practically, examples
www.tortorse.com/demo/css3angrybirds.html
jsfiddle.net/AlexanderN/onjsw3kv/2
https://bennettfeely.com/csscreatures/

L
lamer350, 2018-07-31
@lamer350

As a reference - you can't implement it in pure css!
js, svg, css3, html5 is the minimum required here. All figures must be in SVG, their animation in js, and styling in css.

T
ThunderCat, 2018-07-31
@ThunderCat

svg, sprites, various images in png, canvas...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question