Illustrator Photoshop

Take one:
(and be annoyed by how the outer white ring is just an error in the file)

Add another:

And create!

Yes, you can contact My Brain if this is the kind of work you need to have done.
Have a nice day! 🙂

PS.
And a small note on WordPress; how to remove the default link to the media file when inserting an image? Manually change the image_default_link_type setting (in your database table wp_options) from value “file” to “none”.

more css

bron: https://css-tricks.com/examples/ShapesOfCSS/

Please not some of these do not work because of the default stylesheet ‘box-sizing’:
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

TheShapes of CSS

All of the below use only a single HTML element. Any kind of CSS goes, as long as it’s supported in at least one browser.

Square

Rectangle

Circle

Continue reading more css