Coder Social home page Coder Social logo

malijetal / html-css Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 231 KB

In this tutorial, we will be learning basic to next level features and properties of HTML and CSS. We are using HTML5 and CSS3 to make modern and user interactive web pages. This tutorial will help you to get pro in your web development skills. For more info, Stay Tuned!

License: MIT License

Shell 0.06% HTML 5.16% CSS 37.36% JavaScript 57.42%

html-css's Introduction

HTML-CSS

In this tutorial, we will be learning basic to next level features and properties of HTML and CSS. We are using HTML5 and CSS3 to make modern and user interactive web pages. This tutorial will help you to get pro in your web development skills. For more info, Stay Tuned!

CSS


  • CSS gives style to raw HTML.

  • CSS stands for Cascading Style Sheets

  • CSS used to style to our we b pages.

  • CSS makes websites responsive.

  • HTML is used to structure a website, CSS takes responsibility to design.

  • Syntax:

    • p : {color : blue;}
      selector : {property: value;}
  • CSS Selectors:

    • CSS Selectors are used to find the element whose property will be set
    1. CSS Element Selector
    2. CSS Id Selector
    3. CSS Class Selector
    4. CSS grouping Selector
  • FlexBox

    • Flexbox is a one-dimensional layout method for laying out items in rows or columns.
    • It is better way to align items into a container
  • Responsive Design

    • Endless new resolutions and devices are difficult to support seperately for a web developer.
    • Responsive design make website adapt to all devices and resolutions.
    • Responsive Design is neccessary.
    1. To achieve responsive design
    • Setting up viewport.
    • Use max-width/min-height
    • Using CSS Media Queries.
    • Using rem/vh/vw units over pixels.
  • Static Absolute Relative Fixed Sticky

  • Ststic - default not affected by top,right,left,bottom properties

  • Absolute - relative to nearest positioned ansectors

  • Relative - relative to its normal position

  • Fixed - relative to viewpoint

  • Sticky - based on user's scroll position

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.