Border-radius

Different border-radius in different field. Is it a good practice? [closed]

Different border-radius in different field. Is it a good practice? [closed]
  1. What is the difference between border-radius 50% and 100%?
  2. What to do if border-radius is not working?

What is the difference between border-radius 50% and 100%?

100% rounds 100% of each edge, 50% only 50% of each edge. If the corner is to be rounded by a radius that is too large for any given edge, then the effective radius will be smaller.

What to do if border-radius is not working?

If there are contents within the div that has the curved corners, you have to set overflow: hidden because otherwise the child div's overflow can give the impression that the border-radius isn't working.

Colorblindness-friendly color scale with a clear progression, without using red/purple/pink
What Colours are Colour blind friendly?Can colorblind people see pink and purple?What do colorblind people see instead of purple? What Colours are C...
Web application showing information with form format
How to display form data in HTML?What is form web application?How do you get information from a form that is submitted using the POST method? How to...
Search and Selecting across searches - best practices?
Why is onsite search important?What is onsite search? Why is onsite search important?No matter how easy your website is to navigate or how clean the...