.CSS 파일 확장자

Cascading Style Sheet

개발사 W3C
인기도
4.0  |  216 투표
 
🔍File Helper(으)로 .CSS 파일을 웹 브라우저에서 바로 여세요.온라인으로 보기

CSS 파일이란 무엇인가요?

A CSS file is a cascading style sheet (CSS) file used to format the contents of a webpage. It contains customized global properties for how to display HTML elements. For example, CSS files can define the size, color, font, line spacing, indentation, borders, and location of HTML elements.

추가 정보

Adobe Dreamweaver 2021에서 열린 .css 파일의 스크린샷
Adobe Dreamweaver 2021에서 열린 CSS 파일

CSS was initially released in 1996 and is currently developed by the World Wide Web Consortium (W3C). Web developers and designers utilize CSS files to create a similar appearance across webpages on a site. By storing display properties for multiple pages in a single file, CSS files also reduce the amount of work and generated HTML code.

Any webpage that references the CSS file will be modified based on the properties in the CSS file. For example, a designer may want to change the font and add padding for text across 200 pages on his site. If the pages reference the same CSS file, he only needs to change the one CSS file instead of 200 separate pages.

CSS syntax is simple and primarily consists of selectors and declaration blocks. The selector identifies the HTML element to be styled, and the declaration block consists of one or more declarations separated by semicolons. The declarations include CSS property names, a colon, and the value for the property.

CSS 파일을 여는 방법

You can open and edit CSS files with various web development applications and source code editors. Examples of programs that support CSS files include Adobe Dreamweaver (Windows and macOS), Adobe ColdFusion Builder (Windows and macOS), and Microsoft Visual Studio Code (multiplatform).

Since CSS files are saved in plain text, you can also open them with text editors, including Microsoft Notepad (bundled with Windows) and Apple TextEdit (bundled with macOS). However, you should use web development tools or source code editors to edit CSS files, if possible, because they provide more advanced features, such as syntax highlighting.

CSS 파일을 열거나 참조하는 프로그램

카테고리:
업데이트: 2021-08-19

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 Cascading Style Sheet 파일 형식과 Mac, Windows, Linux, Android, and iOS 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.