<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikimd.org/index.php?action=history&amp;feed=atom&amp;title=CSS</id>
	<title>CSS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikimd.org/index.php?action=history&amp;feed=atom&amp;title=CSS"/>
	<link rel="alternate" type="text/html" href="https://wikimd.org/index.php?title=CSS&amp;action=history"/>
	<updated>2026-05-09T11:58:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wikimd.org/index.php?title=CSS&amp;diff=5631067&amp;oldid=prev</id>
		<title>Prab: CSV import</title>
		<link rel="alternate" type="text/html" href="https://wikimd.org/index.php?title=CSS&amp;diff=5631067&amp;oldid=prev"/>
		<updated>2024-04-19T14:26:42Z</updated>

		<summary type="html">&lt;p&gt;CSV import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:Håkon_Wium_Lie.jpg|Håkon Wium Lie|thumb]] [[File:W3C_CSS_Snapshot.png|W3C CSS Snapshot|thumb|left]] [[File:CSS_Standardization_-_The_State_of_the_Web.webm|CSS Standardization - The State of the Web|thumb|left]]   &amp;#039;&amp;#039;&amp;#039;Cascading Style Sheets&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;CSS&amp;#039;&amp;#039;&amp;#039;) is a style sheet language used for describing the presentation of a document written in a [[markup language]] such as [[HTML]]. CSS is a cornerstone technology of the [[World Wide Web]], alongside HTML and [[JavaScript]].&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
CSS is designed to enable the separation of presentation and content, including layout, colors, and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple [[web pages]] to share formatting by specifying the relevant CSS in a separate .css file, and reduce complexity and repetition in the structural content.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
The CSS syntax consists of a set of rules. These rules are composed of selectors and a declaration block. A selector points to the HTML element you want to style, while the declaration block contains one or more declarations separated by semicolons. Each declaration includes a CSS property name and a value, separated by a colon.&lt;br /&gt;
&lt;br /&gt;
== Selectors ==&lt;br /&gt;
Selectors are patterns used to select the elements you want to style. There are several types of selectors in CSS:&lt;br /&gt;
* Element selectors&lt;br /&gt;
* ID selectors&lt;br /&gt;
* Class selectors&lt;br /&gt;
* Attribute selectors&lt;br /&gt;
* Pseudo-class selectors&lt;br /&gt;
* Pseudo-element selectors&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
CSS properties are the actual elements you wish to change. They could be color, font, width, height, background, and many more. Each property has a value that you assign to it, which dictates how it should look on the web page.&lt;br /&gt;
&lt;br /&gt;
== Inheritance and Cascade ==&lt;br /&gt;
Inheritance is a principle of CSS where some styles (like font-family or color) will be inherited by child elements from their parent elements. The cascade is a set of rules that defines how to resolve conflicts when multiple rules apply to an element. It takes into account specificity, importance, and source order.&lt;br /&gt;
&lt;br /&gt;
== Media Queries ==&lt;br /&gt;
[[Media queries]] allow the content rendering to adapt to conditions such as screen resolution (e.g., smartphone screen vs. computer screen). They are a key component of responsive web design, allowing developers to create web pages that work well on a variety of devices.&lt;br /&gt;
&lt;br /&gt;
== Frameworks and Preprocessors ==&lt;br /&gt;
CSS frameworks (like Bootstrap) and preprocessors (like Sass or LESS) are tools that can help streamline the process of writing CSS. They offer more functionality and syntactical sugar on top of standard CSS, such as variables, nested rules, and mixins.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
CSS was first proposed by Håkon Wium Lie on October 10, 1994. At the time, the web was beginning to grow, but there was a clear need for web documents to be presented more attractively. The first CSS specification, CSS1, was released in 1996. Since then, CSS has gone through several versions, with CSS3 being split into modules and still under development to include more features.&lt;br /&gt;
&lt;br /&gt;
== Future of CSS ==&lt;br /&gt;
The future of CSS includes variables (custom properties), grid layout, flexbox, and more, which are designed to make layouts and designs more flexible and easier to manage. New features and improvements are continuously being worked on by the World Wide Web Consortium (W3C).&lt;br /&gt;
&lt;br /&gt;
[[Category:Web design]]&lt;br /&gt;
[[Category:Cascading Style Sheets]]&lt;br /&gt;
&lt;br /&gt;
{{computer-stub}}&lt;/div&gt;</summary>
		<author><name>Prab</name></author>
	</entry>
</feed>