Giter Club home page Giter Club logo

css_zero's Introduction

css_zero

Topics

Lesson 1 - Basic CSS Styling

  • Inline Method, Internal Method and External Method

Lesson 2 - CSS Selectors

  • Select by id > class > type

Lesson 3 - CSS Combinators

  • Descendant(space), Child(>), Adjacent sibling(+), General Sibling(~)

Lesson 4 - CSS Colors

  • rgb(red,green,blue), rgba(red,green,blue, opacity), ##ff0000(#f00)

Lesson 5 - Inheritance

  • child adopts the property from parent

Lesson 6 - Text Formatting

  • Inline methods, fonts, google fonts

Lesson 7 - Box Model

  • content, padding, border, margin

Lesson 8 - Psuedo Classes and Elements

  • Psuedo Classes defined special state of element. e.g. a:hover
  • Psuedo Elements define style for special part of an element. e.g. h1::after

Lesson 9 - Measurement Units

  • absolute -> pixel(px), centimeters(cm), millimeter(mm), inch(in), points(pt), pica(pc)
  • relative -> em, rem, vm, vh, %
  • view port height
  • view point width

Lesson 10 - Positions

  • static, relative, absolute, fixed, sticky

Lesson 11 - Overflow

  • static, relative, absolute, fixed, sticky

Lesson 12 - Float

Lesson 13 - Blackgrounds

  • images, properties -> repeat, position, attachment, size, origin

Lesson 14 - Gradients

  • gradient with container and image

Lesson 15 - Shadows

  • text and box shadow

Lesson 16 - Transition

  • transition property, duration, delay, timing function

Lesson 17 - Transformation

  • 2D, 3D

Lesson 18 - Animations

Lesson 19 - Flexbox

  • CSS Flexible Layout module

Build Project 1 - Yalax Hotel

  • Basic Setup - add image, fonts
  • Create HTML markup for Sidebar
  • Add CSS to Sidebar
  • Create HTML Markup for Navigation
  • Add CSS to Navigation
  • Create Click Event
  • Create HTML Markup for Header
  • Add CSS to Header
  • Create HTML Markup for About Us Section
  • Add CSS to About Us Section
  • Create HTML Markup for Rooms Section
  • Add CSS to Rooms Section
  • Create HTML Markup for Customers Section
  • Add CSS to Customers Section
  • Create HTML Markup for Footer
  • Add CSS to Footer
  • Make the Project Responsive

css_zero's People

Contributors

bibash28 avatar

Watchers

 avatar

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.