0% found this document useful (0 votes)
46 views30 pages

Welcome To The: Web Design Class !

The document outlines the topics to be covered in a CSS class, including margins, padding, borders, and border-radius properties. It provides examples and specifications for each property. It notes that homework will be checked and consequences for incomplete work. The class overviewed previous lessons, addressed problems, and assigned new homework to prepare for the next chapter on additional CSS topics.

Uploaded by

Sakebul Islam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views30 pages

Welcome To The: Web Design Class !

The document outlines the topics to be covered in a CSS class, including margins, padding, borders, and border-radius properties. It provides examples and specifications for each property. It notes that homework will be checked and consequences for incomplete work. The class overviewed previous lessons, addressed problems, and assigned new homework to prepare for the next chapter on additional CSS topics.

Uploaded by

Sakebul Islam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 30

Welcome to the

Web Design Class !

Develop of Universal Software & Research Association http://dusrasoft.com


Css Course Outline

Develop of Universal Software & Research Association http://dusrasoft.com


CSS
Class-3

Develop of Universal Software & Research Association http://dusrasoft.com


Follow Note
 Discuses previous Class
 Show home task
 Show problem
 Fix the problem
 Start running class

Note: Every home work will be check


either home work punishment will be
accept
Develop of Universal Software & Research Association http://dusrasoft.com
Chapter #5: CSS Margin
CSS Margin properties:

margin - shorthand property


margin-top
margin-right
margin-bottom
margin-left

Develop of Universal Software & Research Association http://dusrasoft.com


margin - shorthand property
margin: top|right|bottom|left|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


margin-top
margin-top: length|auto|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


margin-right
margin-right: length|auto|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


margin-bottom
margin-bottom: length|auto|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


margin-left
margin-left: length|auto|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


Chapter #6: CSS Padding
CSS Padding properties:

padding - shorthand property


padding-top
padding-right
padding-bottom
padding-left

Develop of Universal Software & Research Association http://dusrasoft.com


padding - shorthand property
padding: top|right|bottom|left|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


padding -top
padding-top: length|auto|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


padding -right
padding-right: length|auto|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


padding -bottom
padding-bottom: length|auto|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


padding -left
padding-left: length|auto|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


Chapter #7: CSS Borders
CSS Borders properties:

borders-shorthand property
borders-width
borders-style(required)
borders-color

Develop of Universal Software & Research Association http://dusrasoft.com


borders-shorthand property
border: border-width border-style border-color|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


borders-width
border-width: medium|thin|thick|length|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


borders-style
border-style: none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|initial|
inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


borders-color
border-color: color|transparent|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


Chapter #8: Border-radius
CSS border-radius properties:

border-radius shorthand property


border-top-left-radius
border-top-right-radius
border-bottom-right-radius
border-bottom-left-radius

Develop of Universal Software & Research Association http://dusrasoft.com


border-radius shorthand property
border-radius: 1-4 length|% / 1-4 length|%|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


border-top-left-radius
border-top-left-radius: length|% [length|%]|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


border-top-right-radius
border-top-right-radius: length|% [length|%]|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


border-bottom-right-radius
border-bottom-right-radius: length|% [length|%]|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


border-bottom-left-radius
border-bottom-left-radius: length|% [length|%]|initial|inherit;

Develop of Universal Software & Research Association http://dusrasoft.com


Overview the class

Develop of Universal Software & Research Association http://dusrasoft.com


Give the home task

Develop of Universal Software & Research Association http://dusrasoft.com


See Will Next Chapter

Develop of Universal Software & Research Association http://dusrasoft.com

You might also like