Web Design #7 - Border-radius
Using Border-radius
Though creating border-radius in various contents may look insignificant, this process is actually very important for the website to look unique. By giving border-radius, we are able to choose the overall mood of our website. For instance, if we do not give any border-radius, the personality of our website would convey a very serious or elegant atmosphere. On the other hand, if we apply border-radius to various elements, our website could convey a very playful and fun atmosphere. Looking at the actual websites where border-radius is applied and comparing it with ones that have no border-radius can give us a more clear picture.
We may use border-radius to also match the typeface of the text. For instance, if typeface we are using is 'round text', we can give border-radius to elments to display round shapes. If the typeface is squared, then we can give less border-radius but just enough for the elements to look playful.
Border-radius can be applied in most elements including buttons, images, around icons, and even entire sections.
// applying border-radius using css Border-radius: <size>;
Author And Source
이 문제에 관하여(Web Design #7 - Border-radius), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@hjbaek91/Web-Design-7-Border-radius저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)