How can I make my logo fuller of detail | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I make my logo fuller of detail

https://code.sololearn.com/Wm9MY46UmCBj/?ref=app

13th Nov 2017, 8:55 PM
Menno Westenbrink
4 Answers
+ 1
What would you like to add to it? Look awesome btw!!!
13th Nov 2017, 9:42 PM
Uria
+ 2
For the white try: background: radial-gradient(white 50%, #efefef 75%, #bfbfbf 100%); For the black try: background: radial-gradient(black 50%, #101010 75%, #303030 100%);
13th Nov 2017, 9:57 PM
John Wells
John Wells - avatar
+ 1
I don't know suggestions?
14th Nov 2017, 9:10 AM
Menno Westenbrink
+ 1
You can add shapes from here: https://css-tricks.com/examples/ShapesOfCSS/ then to arrange them in a nice form around the text, I was thinking of a star, or maybe something pointy. Also I think @John suggestion is interesting and can also be achieved with: box-shadow: inset 0 0 30px #000000; You can also add some css animation on hover, like text enlarging or color flicking. One last thing if you wanna have much more freedom with your design you can work with svg, there are relatively good editors for it: http://www.clker.com/inc/svgedit/svg-editor.html
14th Nov 2017, 10:12 AM
Uria