What is css - nareshtechweb


"Hello World"

Welcome T

                                  narestechweb.blogspot.com 

CSS Tips Beginners And How To Use It To Style Your Website
 

 

 

 What is Css ?

  • CSS stands for Cascading Style Sheets
  • CSS describes how HTML elements are to be displayed on screen, paper, or in other media
  • CSS saves a lot of work. It can control the layout of multiple web pages all at once
  • External stylesheets are stored in CSS files

 

  Why use CSS?

  CSS is used to define styles for your web pages, including the design, layout and variations in display for different devices and screen sizes.

CSS Example


 body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}

Advanced CSS Selectors you never knew about | by Andy Leverenz | The  Web-Crunch Column | Medium
 

 

 

 All CSS Simple Selecors :

SelectorExampleExample description
#id#firstnameSelects the element with id="firstname"
.class.introSelects all elements with class="intro"
element.classp.introSelects only <p> elements with class="intro"
**Selects all elements
elementpSelects all <p> elements
element,element,..div, pSelects all <div> elements and all <p> elements    

Types of CSS - javatpoint
 

 

 

 

 

Three Ways to Insert CSS :

There are three ways of inserting a style sheet:

  • External CSS
  • Internal CSS
  • Inline CSS



How to  HTML to Css:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="mystyle.css">
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
 
  
 "Myu Style.CSS"
 
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="mystyle.css">
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
 
 
Teardown: Visual Studio Code VS Sublime (JavaScript Focus) - Snipcart
 

CSS Top IDE'S

Download for Mac-linux-windows:

1.Visual Studio Code 
2. Sublime Text

 

 
Premium Vector | Follow me neon signs style text with megaphone icon

Support Me:

Follow Me : Instagram

Follow Me:Facebook 

Follow Me :Twitter

Follow Me :Blog

*********************************************************************************** 

                                              

Thank You 

               for

         Reading...🙏

 

 

 
 
 

 
 
 
 
 
 
 
 
 
 
 





















                 


Comments

Popular Posts