Linked Questions

0 votes
1 answer
240 views

How can I create a triangle with rounded vertices? Previously, I've created a square with the ::after pseudo element and rotated it, which looked like romb and then clipped it because I didn't get the ...
Khujand Nanocoding's user avatar
2 votes
0 answers
73 views

I am trying to round the corners of a polygon as can be seen in this image: Here is my current code: @import url("https://fonts.googleapis.com/css?family=K2D"); * { box-sizing: border-box; } ...
mooaz's user avatar
  • 21
0 votes
1 answer
52 views

Trying to make soft edged triangle animation, but couldn't make the triangle edges perfectly bended softly. As a output I am trying to make this. triangly animation .triangle{ position:...
yvl's user avatar
  • 670
63 votes
8 answers
171k views

I want to be able to round out the 3 leftmost corners on this shape that I have created, any idea how that can be done? div { position: absolute; z-index: 1; width: 423px; height: ...
Eduardo Hernandez's user avatar
13 votes
6 answers
27k views

This is my CSS: #hexagon { width: 100px; height: 55px; background: red; position: relative; border-radius: 10px; top: 30px; } #hexagon:before { content: ""; ...
sooko1005's user avatar
  • 133
5 votes
2 answers
7k views

First, I'm just starting out in HTML and CSS. How I want to use this code: https://codepen.io/martinjkelly/pen/vEOBvL .container { width: 250px; height: 250px; position:relative; ...
user avatar
0 votes
2 answers
9k views

Is it possible to create a Rhombus shape with pure CSS with the angles at 120deg and 60deg opposites?
Vivendo's user avatar
  • 71
-1 votes
2 answers
2k views

I need to implement this as doughnut chart - I looked around for css/svg/canvas solutions but couldn't find any reliable way of doing it. I know I could have fully rounded corners of each segment, ...
Marek's user avatar
  • 316
3 votes
2 answers
4k views

How to create a bulged div using css? Using any sort of distortion without using any svgs.! Following is code for creating a rounded div. But how can I add a little bit of bulge to it so that it looks ...
mx_code's user avatar
  • 2,537
0 votes
4 answers
3k views

I am creating a small stylised triangular motif 'before' my h1 element, but I am not able to get the corners rounded correctly. The top right is fine but the other two has this clipping issue. Here ...
mindlessgreen's user avatar
1 vote
2 answers
2k views

As stated on CSS-Tricks, a CSS triangle can be written as: #triangle { width: 0; height: 0; border-bottom: 100px solid red; border-left: 100px solid transparent; } <div id="...
doplumi's user avatar
  • 3,148
0 votes
1 answer
2k views

I'd like to achieve a custom image triangle shape with rounded corner like this using css I looking for how achieve like this but nothing, i want to achieve my css can do result like this,any ideas? ...
ltvie's user avatar
  • 973
1 vote
2 answers
2k views

Hi I'm trying to make a Pomodoro clock. I've made a play button by removing border-right and increasing border-left width to create a triangle. My questions is - how do I apply border-radius to it? ...
jenlky's user avatar
  • 396
1 vote
2 answers
962 views

I am trying to achieve the top right triangle as in the picture shows but when I apply border radius why does it apply borders to all side as I specified only one side radius. Although I applied ...
Kcoitk's user avatar
  • 184
4 votes
2 answers
259 views

I'm trying to make a menu with a curvy triangle pointers. I tried but not able to achieve the curvy one. <div> </div> div{ position:relative; left:20%; height:250px; ...
Santhosh Kumar's user avatar

15 30 50 per page