Top "Css-shapes" questions

CSS-Shapes are made by the use of Cascade Styling Sheets to make HTML elements into shapes and images.

Make the right side of a div as an arrow

I have a simple div on a page: <div>Some Text</div> Is it possible, with …

html css css-shapes
Transparent hollow or cut out circle

Is it possible to cut out a hollow circle using only CSS? This we can all do: But can we …

css svg transparency css-shapes
how to make an oval in css?

I want to make an oval like: But when i used this code: <!DOCTYPE html> <html> &…

html css css-shapes
Transparent arrow/triangle indented over an image

I would like to make a transparent arrow over an image. This triangle should be indented in a semi transparent …

css svg css-shapes
Invert rounded corner in CSS?

I have a css code: -moz-border-radius-topleft:50px; I get the result: Is there any possibilities to give like this:

css svg border css-shapes
Inset border-radius with CSS3

Is there way to create inset border radius with css3? (Without images) I need a border radius like this:

css css-shapes
Capsule shape using border-radius without a set width or height?

Is it possible to make a capsule shape using border-radius without a set width or height? I want the left …

css css-shapes
Make table cells square

How to ensure that each cell of table should become square without using fixed sizes? And be responsive when they …

css responsive-design css-shapes aspect-ratio
Create a cross shape in CSS

IS it possible, I know all the following shapes are possible in this link: http://css-tricks.com/examples/ShapesOfCSS/ but …

css shapes css-shapes
How do I create a teardrop in HTML?

How do I create a shape like this to display on a webpage? I don't want to use images since …

html css svg css-shapes