+ 1
How can I make my logo fuller of detail
4 Answers
+ 1
What would you like to add to it?
Look awesome btw!!!
+ 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%);
+ 1
I don't know suggestions?
+ 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