CSS Functions > HTML/CSS

본문 바로가기
사이트 내 전체검색

HTML/CSS

CSS Functions

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 5,749회 작성일 20-09-18 09:36

본문

CSS functions are used as a value for various CSS properties.

 Function

 Description

 attr() Returns the value of an attribute of the selected element
 calc() Allows you to perform calculations to determine CSS property values
 cubic-bezier() Defines a Cubic Bezier curve
 hsl() Defines colors using the Hue-Saturation-Lightness model (HSL)
 hsla() Defines colors using the Hue-Saturation-Lightness-Alpha model (HSLA)
 linear-gradient() Sets a linear gradient as the background image. Define at least twocolors (top to bottom)
 radial-gradient() Sets a radial gradient as the background image. Define at least twocolors (center to edges)
 repeating-linear-gradient() Repeats a linear gradient
 repeating-radial-gradient() Repeats a radial gradient
 rgb() Defines colors using the Red-Green-Blue model (RGB)
 rgba() Defines colors using the Red-Green-Blue-Alpha model (RGBA)
 var() Inserts the value of a custom property

[이 게시물은 관리자님에 의해 2021-12-31 23:19:19 CSS에서 이동 됨]

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

Copyright © neion.co.kr All rights reserved.