SlideShare uma empresa Scribd logo
1 de 16
Baixar para ler offline
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
CSS টিউিটিয়াল (প্রাথটিক ধািণা ও সহজ একটি প্রজজক্ট)
HTML এক ক HTML
‚ HTML ক কক আ CSS ক ক ‛
CSS ক এ ক ?
 এ এ Cascading Style Sheets
 HTML ক ক ( ) ক ক ক
 HTML এ CSS ক ক
 CSS এ ক আ আ HTML এ ক ক ক
 CSS এ ক এক ক
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
এক এ এ HTML
<html>
<head>
<style type="text/css">
body
{
background-color:#d0e4fe;
}
h1
{
color:orange;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;
}
</style>
</head>
<body>
<h1>CSS example!</h1>
<p>This is a paragraph.</p>
</body>
</html>
এ , <style type=‛text/css‛> “. </style> এ এ এ ক
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
CSS এ ক ( : , )
/*“*/ এ -
/*This is a comment*/
p
{
text-align:center;
/*This is another comment*/
color:black;
font-family:arial;
}
ক ক id এ # id’
-
#para1
{
text-align:center;
color:red;
}
HTML ক এ এ ক ক :
<p id="para1">Hello World!</p>
এক class এ . class এ
CSS এ
p.center
{
text-align:center;
}
HTML ক এ এ ক ক :
<p>This paragraph will be center-aligned.</p>
<html>
<head>
<style type="text/css">
p.center
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
{
text-align:center;
}
</style>
</head>
<body>
<h1>This heading will not be affected</h1>
<p>This paragraph will be center-aligned.</p>
</body>
</html>
১. এ এ ক ক
২. ক ক
৩.
ক এ এ ক .css ক
ক এক এ এ mystyle.css mystyle.css ক আ
hr {color:sienna;}
p {margin-left:20px;}
body {background-image:url("images/back40.gif");}
এ ক ক html ক
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css" />
</head>
ক এ এ ক ক ক ক
ক
এক ক HTML CSS ক <style type=‛text/css‛> “ </style>
এ CSS ক
<head>
<style type=‛text/css‛>
hr {color:sienna;}
p {margin-left:20px;}
body {background-image:url(‚images/back40.gif‛);}
</style>
</head>
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
এ এ ক ক ক এ আ
<p style=‛color:sienna;margin-left:20px‛>This is a paragraph.</p>
এক ক ক এ ক ক ক
ব্যাগ্রাউন্ড টিক্সজিি টিজাইজন আনুন নতুন িাত্রা
এ এ ক ক এ ক
আ ক ক
আ ক ক ক এ এ ক :
h1
{
background-color:#6495ed;
}
p
{
background-color:#e0ffff;
}
div
{
background-color:#b0c4de;
}
ক ক :
<html>
<head>
<style type="text/css">
h1
{
background-color:#6495ed;
}
p
{
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
background-color:#e0ffff;
}
div
{
background-color:#b0c4de;
}
</style>
</head>
<body>
<h1>CSS background-color example!</h1>
<div>
This is a text inside a div element.
<p>This paragraph has it's own background color.</p>
We are still in the div element.
</div>
</body>
</html>
body {background-image:url(‘paper.gif’);}
আ ( ) ,
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
body
{
background-image:url(‘img_tree.png’);
background-repeat:no-repeat;
background-position:top right;
}
body
{
background-image:url(‘img_tree.png’);
background-repeat:no-repeat;
}
Property Description Values CSS
Background
Sets all the background properties in
one declaration
background-color
background-image
background-repeat background-
attachment background-position
inherit
1
background-
attachment
Sets whether a background image is
fixed or scrolls with the rest of the page
scroll
fixed
inherit
1
background-color Sets the background color of an element
color-rgb
color-hex
color-name
transparent
inherit
1
background-
image
Sets the background image for an
element
url(URL)
none
inherit
1
background-
position
Sets the starting position of a
background image
top left
top center
top right
1
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
center left
center center
center right
bottom left
bottom center
bottom right
x% y%
xpos ypos
inherit
background-
repeat
Sets if/how a background image will be
repeated
repeat
repeat-x
repeat-y
no-repeat
inherit
এব্াি আিিা টদখজব্া টলখাি টসৌন্দর্য ব্ৃটিি ঩িটত
h1 {text-align:center;} /* */
p.date {text-align:right;} /* */
p.main {text-align:justify;} /* */
ক
h1 {text-decoration:overline;}
h2 {text-decoration:line-through;}
h3 {text-decoration:underline;}
h4 {text-decoration:blink;}
p {text-indent:50px;}
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
p.uppercase {text-transform:uppercase;}
p.lowercase {text-transform:lowercase;}
p.capitalize {text-transform:capitalize;}
এ আ ক আ ক আ ক আ এ
এ ক ক
সুন্দি সুন্দি ব্ক্স িজিল
এ ক এ এ এ আ ক
এ এ এ এ এ আ এ
আ ক ক এ এ এ
ক ক ক
width
border , ক
padding ক আ
margin
width, padding, margin padding
এ ক ক
ক
box {
width: 200px;
border: 10px solid #99c;
padding: 20px;
margin: 20px;
}
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
এ ক :
border-style
border-width
border-color
margin-left
margin-right
margin-bottom
margin-top
padding-left
padding-right
padding-top
padding-bottom
এ ক
body{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');
}
<div class="info">Info message</div>
<div class="success">Successful operation message</div>
<div class="warning">Warning message</div>
<div class="error">Error message</div>
আ এ ক আ
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
টব্টি টকছু না, টসএসএস (CSS) ১০টি টি঩স টদখুন
১. িিয হযান্ড টকাটিিং
ক এ ক -
/* MARGIN */
h1 {margin:1em 0 2em 0.5em;}
h1 {margin-top:1em;
margin-right:0;
margin-bottom:2em;
margin-left:0.5em;
}
/* BORDER */
h1 {border:1px solid #000;}
h1 {border-width:1px;
border-style:solid;
border-color:#000;
}
/* BORDER WIDTH */
h1 {border-width:1px 2px 3px 4px;}
h1 {border-top-width:1px;
border-right-width:2px;
border-bottom-width:3px;
border-left-width:4px;
}
/* BACKGROUND */
div {background:#f00 url(background.gif) no-repeat fixed 0 0;}
div {background-color:#f00;
background-image:url(background.gif);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:0 0;
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
}
/* FONT */
h1 {font:italic small-caps bold 1em/140% "Lucida Grande",sans-serif;}
h1 {font-style:italic;
font-variant:small-caps;
font-weight:bold;
font-size:1em;
line-height:140%;
font-family:"Lucida Grande",sans-serif;
}
/* LIST STYLE */
ul {list-style:square inside url(image.gif);}
ul {list-style-type:square;
list-style-position:inside;
list-style-image:url(image.gif);
}
/* OUTLINE */
h1 {outline:#f00 solid 2px;}
h1 {outline-color:#f00;
outline-style:solid;
outline-width:2px;
}
id ক # এ class ক . এ ক
ক আ আ : , ক এ এ
div ক
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
এ এ ক
FireFox Web Developer, DOM Inspector, Internet Explorer Developer Toolbar, and Firebug.
আ ক ক ক !important ক এ -
.page { background-color:blue !important; background-color:red;}
এ এ ক
a, input {
outline:none;
}
ক ক ক
a:link {
color: #000;
text-decoration: underline
}
a:visited {
color: #666;
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
}
a:hover {
color: #333;
text-decoration: none;
}
a:active {
color: #333;
text-decoration: none;
}
a, input {
outline:none;
}
h1, h2, h3, h4, h5, h6 {
font-family:arial;
margin:0.5em 0;
padding:0;
}
ক ক ক
Want more Updates  http://facebook.com/tanbir.ebooks
facebook /gmail/skype: - http://tanbircox.blogspot.com
ইন্টািজনি হজত সিংগ্রহীত
 http://techtunes.com.bd/tuner/tanbir_cox
 http://tunerpage.com/archives/author/tanbir_cox
 http://somewhereinblog.net/tanbircox
 http://pchelplinebd.com/archives/author/tanbir_cox
 http://prothom-aloblog.com/blog/tanbir_cox
http://facebook.com/tanbir.cox
http://facebook.com/tanbir.ebooks
http://tanbircox.blogspot.com

Mais conteúdo relacionado

Mais procurados

A Holistic View of Website Performance
A Holistic View of Website PerformanceA Holistic View of Website Performance
A Holistic View of Website PerformanceRene Churchill
 
The Users are Restless
The Users are RestlessThe Users are Restless
The Users are RestlessTerry Ryan
 
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your LogsSearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your LogsDistilled
 
ReadingSEO - Technical SEO at Scale
ReadingSEO - Technical SEO at ScaleReadingSEO - Technical SEO at Scale
ReadingSEO - Technical SEO at ScaleHayden Roche
 
PHP Presentation
PHP PresentationPHP Presentation
PHP PresentationAnkush Jain
 
開放源碼電子書與EPUB幕後排版
開放源碼電子書與EPUB幕後排版開放源碼電子書與EPUB幕後排版
開放源碼電子書與EPUB幕後排版Kyle Lin
 
Web performance - Analysing Heart.co.uk
Web performance - Analysing Heart.co.ukWeb performance - Analysing Heart.co.uk
Web performance - Analysing Heart.co.ukgareth53
 
courts circuits : l'innovation dans le luxe 'mon idendité de luxe" (partie 3)
courts circuits : l'innovation dans le luxe 'mon idendité de luxe" (partie 3)courts circuits : l'innovation dans le luxe 'mon idendité de luxe" (partie 3)
courts circuits : l'innovation dans le luxe 'mon idendité de luxe" (partie 3)nous sommes vivants
 
計算機概論20161205
計算機概論20161205計算機概論20161205
計算機概論20161205志宇 許
 
What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014
What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014
What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014Bastian Grimm
 
So you think you know canonical tags - Sean Butcher Brighton SEO presentation
So you think you know canonical tags -  Sean Butcher Brighton SEO presentationSo you think you know canonical tags -  Sean Butcher Brighton SEO presentation
So you think you know canonical tags - Sean Butcher Brighton SEO presentationSean Butcher
 
Web Unleashed '19 - Measuring the Adoption of Web Performance Techniques
Web Unleashed '19 - Measuring the Adoption of Web Performance TechniquesWeb Unleashed '19 - Measuring the Adoption of Web Performance Techniques
Web Unleashed '19 - Measuring the Adoption of Web Performance TechniquesPaul Calvano
 
جيفيرا باي الساحل الشمالي
جيفيرا باي الساحل الشماليجيفيرا باي الساحل الشمالي
جيفيرا باي الساحل الشماليReda Hassan
 
Mobile Web Performance - Getting and Staying Fast
Mobile Web Performance -  Getting and Staying FastMobile Web Performance -  Getting and Staying Fast
Mobile Web Performance - Getting and Staying FastAndy Davies
 

Mais procurados (20)

A Holistic View of Website Performance
A Holistic View of Website PerformanceA Holistic View of Website Performance
A Holistic View of Website Performance
 
The Users are Restless
The Users are RestlessThe Users are Restless
The Users are Restless
 
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your LogsSearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
 
Session no 1
Session no 1Session no 1
Session no 1
 
ReadingSEO - Technical SEO at Scale
ReadingSEO - Technical SEO at ScaleReadingSEO - Technical SEO at Scale
ReadingSEO - Technical SEO at Scale
 
Salat (namaz) by tanbircox
Salat (namaz) by tanbircoxSalat (namaz) by tanbircox
Salat (namaz) by tanbircox
 
PHP Presentation
PHP PresentationPHP Presentation
PHP Presentation
 
開放源碼電子書與EPUB幕後排版
開放源碼電子書與EPUB幕後排版開放源碼電子書與EPUB幕後排版
開放源碼電子書與EPUB幕後排版
 
All About HTML Tags
All About HTML TagsAll About HTML Tags
All About HTML Tags
 
Session no 1 html
Session no 1 htmlSession no 1 html
Session no 1 html
 
Web performance - Analysing Heart.co.uk
Web performance - Analysing Heart.co.ukWeb performance - Analysing Heart.co.uk
Web performance - Analysing Heart.co.uk
 
Code
CodeCode
Code
 
courts circuits : l'innovation dans le luxe 'mon idendité de luxe" (partie 3)
courts circuits : l'innovation dans le luxe 'mon idendité de luxe" (partie 3)courts circuits : l'innovation dans le luxe 'mon idendité de luxe" (partie 3)
courts circuits : l'innovation dans le luxe 'mon idendité de luxe" (partie 3)
 
計算機概論20161205
計算機概論20161205計算機概論20161205
計算機概論20161205
 
What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014
What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014
What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014
 
So you think you know canonical tags - Sean Butcher Brighton SEO presentation
So you think you know canonical tags -  Sean Butcher Brighton SEO presentationSo you think you know canonical tags -  Sean Butcher Brighton SEO presentation
So you think you know canonical tags - Sean Butcher Brighton SEO presentation
 
Seozone - 5 tips
Seozone  - 5 tips Seozone  - 5 tips
Seozone - 5 tips
 
Web Unleashed '19 - Measuring the Adoption of Web Performance Techniques
Web Unleashed '19 - Measuring the Adoption of Web Performance TechniquesWeb Unleashed '19 - Measuring the Adoption of Web Performance Techniques
Web Unleashed '19 - Measuring the Adoption of Web Performance Techniques
 
جيفيرا باي الساحل الشمالي
جيفيرا باي الساحل الشماليجيفيرا باي الساحل الشمالي
جيفيرا باي الساحل الشمالي
 
Mobile Web Performance - Getting and Staying Fast
Mobile Web Performance -  Getting and Staying FastMobile Web Performance -  Getting and Staying Fast
Mobile Web Performance - Getting and Staying Fast
 

Destaque

резервне копіювання
резервне копіюваннярезервне копіювання
резервне копіюванняIlona Bacurovska
 
Practica final de power point
Practica final de power pointPractica final de power point
Practica final de power pointplatanito89
 
опыт шириевои р.м.
опыт шириевои р.м.опыт шириевои р.м.
опыт шириевои р.м.nadya74
 
தொட்டனைத் தூறும் மணற்கேணி
தொட்டனைத் தூறும் மணற்கேணிதொட்டனைத் தூறும் மணற்கேணி
தொட்டனைத் தூறும் மணற்கேணிPavithra Pavi
 
презентація викладачів дистанційного курсу з фізики
презентація викладачів дистанційного курсу з фізикипрезентація викладачів дистанційного курсу з фізики
презентація викладачів дистанційного курсу з фізикиIlona Bacurovska
 
Geometrichna optica. photometriya 2god.
Geometrichna optica. photometriya  2god. Geometrichna optica. photometriya  2god.
Geometrichna optica. photometriya 2god. Ilona Bacurovska
 
Building services report [final]
Building services report [final]Building services report [final]
Building services report [final]Jannah Jailani
 
EASO: Security and Privacy when doing online research
EASO: Security and Privacy when doing online researchEASO: Security and Privacy when doing online research
EASO: Security and Privacy when doing online researchFriedhelmHuridocs
 
презентация лекция 1 1
презентация лекция 1 1презентация лекция 1 1
презентация лекция 1 1Ilona Bacurovska
 
можливості моніторингу в умовах дистанційного курсу
можливості моніторингу в умовах дистанційного курсуможливості моніторингу в умовах дистанційного курсу
можливості моніторингу в умовах дистанційного курсуIlona Bacurovska
 
Etika kebahagiaan dari hati
Etika kebahagiaan dari hatiEtika kebahagiaan dari hati
Etika kebahagiaan dari hatiBerkat Buulolo
 

Destaque (20)

резервне копіювання
резервне копіюваннярезервне копіювання
резервне копіювання
 
калиниченко
калиниченкокалиниченко
калиниченко
 
MV Blue Future
MV Blue FutureMV Blue Future
MV Blue Future
 
Practica final de power point
Practica final de power pointPractica final de power point
Practica final de power point
 
опыт шириевои р.м.
опыт шириевои р.м.опыт шириевои р.м.
опыт шириевои р.м.
 
தொட்டனைத் தூறும் மணற்கேணி
தொட்டனைத் தூறும் மணற்கேணிதொட்டனைத் தூறும் மணற்கேணி
தொட்டனைத் தூறும் மணற்கேணி
 
Apostila
ApostilaApostila
Apostila
 
Hviliovi protsesi 2 god.
Hviliovi protsesi 2 god.Hviliovi protsesi 2 god.
Hviliovi protsesi 2 god.
 
презентація викладачів дистанційного курсу з фізики
презентація викладачів дистанційного курсу з фізикипрезентація викладачів дистанційного курсу з фізики
презентація викладачів дистанційного курсу з фізики
 
писарчук
писарчукписарчук
писарчук
 
Geometrichna optica. photometriya 2god.
Geometrichna optica. photometriya  2god. Geometrichna optica. photometriya  2god.
Geometrichna optica. photometriya 2god.
 
Las trompetas
Las trompetasLas trompetas
Las trompetas
 
Building services report [final]
Building services report [final]Building services report [final]
Building services report [final]
 
EASO: Security and Privacy when doing online research
EASO: Security and Privacy when doing online researchEASO: Security and Privacy when doing online research
EASO: Security and Privacy when doing online research
 
презентация лекция 1 1
презентация лекция 1 1презентация лекция 1 1
презентация лекция 1 1
 
с 4
с 4с 4
с 4
 
можливості моніторингу в умовах дистанційного курсу
можливості моніторингу в умовах дистанційного курсуможливості моніторингу в умовах дистанційного курсу
можливості моніторингу в умовах дистанційного курсу
 
Etika kebahagiaan dari hati
Etika kebahagiaan dari hatiEtika kebahagiaan dari hati
Etika kebahagiaan dari hati
 
Gmail
GmailGmail
Gmail
 
Social media marketing
Social media marketingSocial media marketing
Social media marketing
 

Semelhante a Css by tanbircox

Modifying your themes design - Learning CSS - Atlanta WordPress users group
Modifying your themes design - Learning CSS - Atlanta WordPress users groupModifying your themes design - Learning CSS - Atlanta WordPress users group
Modifying your themes design - Learning CSS - Atlanta WordPress users groupEvan Mullins
 
2. CSS Chapter Roadmap and Full Source Code.pdf
2. CSS Chapter Roadmap and Full Source Code.pdf2. CSS Chapter Roadmap and Full Source Code.pdf
2. CSS Chapter Roadmap and Full Source Code.pdfBdBangladesh
 
Xlrays online web tutorials
Xlrays online web tutorialsXlrays online web tutorials
Xlrays online web tutorialsYogesh Gupta
 
[SUTD GDSC] Intro to HTML and CSS
[SUTD GDSC] Intro to HTML and CSS[SUTD GDSC] Intro to HTML and CSS
[SUTD GDSC] Intro to HTML and CSSBeckhamWee
 
#3 HTML & CSS [know-how]
#3 HTML & CSS [know-how]#3 HTML & CSS [know-how]
#3 HTML & CSS [know-how]Dalibor Gogic
 
Css+tutorial+in+bangla
Css+tutorial+in+banglaCss+tutorial+in+bangla
Css+tutorial+in+banglajessicaemily
 
WordPress Development Confoo 2010
WordPress Development Confoo 2010WordPress Development Confoo 2010
WordPress Development Confoo 2010Brendan Sera-Shriar
 
Customizing WordPress Themes
Customizing WordPress ThemesCustomizing WordPress Themes
Customizing WordPress ThemesLaura Hartwig
 
Week 4 css basics
Week 4 css basicsWeek 4 css basics
Week 4 css basicsEvan Hughes
 
Web Design Course: CSS lecture 2
Web Design Course: CSS  lecture 2Web Design Course: CSS  lecture 2
Web Design Course: CSS lecture 2Gheyath M. Othman
 
3 coding101 fewd_lesson3_your_first_website 20210105
3 coding101 fewd_lesson3_your_first_website 202101053 coding101 fewd_lesson3_your_first_website 20210105
3 coding101 fewd_lesson3_your_first_website 20210105John Picasso
 
WordPress Theme Workshop: Part 4
WordPress Theme Workshop: Part 4WordPress Theme Workshop: Part 4
WordPress Theme Workshop: Part 4David Bisset
 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSSdanpaquette
 
HTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.pptHTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.pptraghavanp4
 

Semelhante a Css by tanbircox (20)

Modifying your themes design - Learning CSS - Atlanta WordPress users group
Modifying your themes design - Learning CSS - Atlanta WordPress users groupModifying your themes design - Learning CSS - Atlanta WordPress users group
Modifying your themes design - Learning CSS - Atlanta WordPress users group
 
2. CSS Chapter Roadmap and Full Source Code.pdf
2. CSS Chapter Roadmap and Full Source Code.pdf2. CSS Chapter Roadmap and Full Source Code.pdf
2. CSS Chapter Roadmap and Full Source Code.pdf
 
Xlrays online web tutorials
Xlrays online web tutorialsXlrays online web tutorials
Xlrays online web tutorials
 
[SUTD GDSC] Intro to HTML and CSS
[SUTD GDSC] Intro to HTML and CSS[SUTD GDSC] Intro to HTML and CSS
[SUTD GDSC] Intro to HTML and CSS
 
#3 HTML & CSS [know-how]
#3 HTML & CSS [know-how]#3 HTML & CSS [know-how]
#3 HTML & CSS [know-how]
 
Seven deadly theming sins
Seven deadly theming sinsSeven deadly theming sins
Seven deadly theming sins
 
Css+tutorial+in+bangla
Css+tutorial+in+banglaCss+tutorial+in+bangla
Css+tutorial+in+bangla
 
WordPress Development Confoo 2010
WordPress Development Confoo 2010WordPress Development Confoo 2010
WordPress Development Confoo 2010
 
Critical Rendering Path
Critical Rendering PathCritical Rendering Path
Critical Rendering Path
 
Customizing WordPress Themes
Customizing WordPress ThemesCustomizing WordPress Themes
Customizing WordPress Themes
 
Day of code
Day of codeDay of code
Day of code
 
Week 4 css basics
Week 4 css basicsWeek 4 css basics
Week 4 css basics
 
Web Design Course: CSS lecture 2
Web Design Course: CSS  lecture 2Web Design Course: CSS  lecture 2
Web Design Course: CSS lecture 2
 
3 coding101 fewd_lesson3_your_first_website 20210105
3 coding101 fewd_lesson3_your_first_website 202101053 coding101 fewd_lesson3_your_first_website 20210105
3 coding101 fewd_lesson3_your_first_website 20210105
 
Bhanu pratap
Bhanu pratapBhanu pratap
Bhanu pratap
 
WordPress Theme Workshop: Part 4
WordPress Theme Workshop: Part 4WordPress Theme Workshop: Part 4
WordPress Theme Workshop: Part 4
 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
 
HTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.pptHTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.ppt
 
css.ppt
css.pptcss.ppt
css.ppt
 
css.ppt
css.pptcss.ppt
css.ppt
 

Último

Capitol Tech Univ Doctoral Presentation -May 2024
Capitol Tech Univ Doctoral Presentation -May 2024Capitol Tech Univ Doctoral Presentation -May 2024
Capitol Tech Univ Doctoral Presentation -May 2024CapitolTechU
 
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45MysoreMuleSoftMeetup
 
The basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptxThe basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptxheathfieldcps1
 
Championnat de France de Tennis de table/
Championnat de France de Tennis de table/Championnat de France de Tennis de table/
Championnat de France de Tennis de table/siemaillard
 
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjMohammed Sikander
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...Nguyen Thanh Tu Collection
 
philosophy and it's principles based on the life
philosophy and it's principles based on the lifephilosophy and it's principles based on the life
philosophy and it's principles based on the lifeNitinDeodare
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticspragatimahajan3
 
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING IIII BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING IIagpharmacy11
 
Software testing for project report .pdf
Software testing for project report .pdfSoftware testing for project report .pdf
Software testing for project report .pdfKamal Acharya
 
....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdfVikramadityaRaj
 
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...Nguyen Thanh Tu Collection
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptxPoojaSen20
 
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community PartnershipsSpring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community Partnershipsexpandedwebsite
 
Financial Accounting IFRS, 3rd Edition-dikompresi.pdf
Financial Accounting IFRS, 3rd Edition-dikompresi.pdfFinancial Accounting IFRS, 3rd Edition-dikompresi.pdf
Financial Accounting IFRS, 3rd Edition-dikompresi.pdfMinawBelay
 
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya - UEM Kolkata Quiz Club
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxMarlene Maheu
 
Features of Video Calls in the Discuss Module in Odoo 17
Features of Video Calls in the Discuss Module in Odoo 17Features of Video Calls in the Discuss Module in Odoo 17
Features of Video Calls in the Discuss Module in Odoo 17Celine George
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽中 央社
 

Último (20)

Capitol Tech Univ Doctoral Presentation -May 2024
Capitol Tech Univ Doctoral Presentation -May 2024Capitol Tech Univ Doctoral Presentation -May 2024
Capitol Tech Univ Doctoral Presentation -May 2024
 
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45
 
The basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptxThe basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptx
 
Championnat de France de Tennis de table/
Championnat de France de Tennis de table/Championnat de France de Tennis de table/
Championnat de France de Tennis de table/
 
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
 
IPL Online Quiz by Pragya; Question Set.
IPL Online Quiz by Pragya; Question Set.IPL Online Quiz by Pragya; Question Set.
IPL Online Quiz by Pragya; Question Set.
 
philosophy and it's principles based on the life
philosophy and it's principles based on the lifephilosophy and it's principles based on the life
philosophy and it's principles based on the life
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceutics
 
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING IIII BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
 
Software testing for project report .pdf
Software testing for project report .pdfSoftware testing for project report .pdf
Software testing for project report .pdf
 
....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf
 
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptx
 
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community PartnershipsSpring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
 
Financial Accounting IFRS, 3rd Edition-dikompresi.pdf
Financial Accounting IFRS, 3rd Edition-dikompresi.pdfFinancial Accounting IFRS, 3rd Edition-dikompresi.pdf
Financial Accounting IFRS, 3rd Edition-dikompresi.pdf
 
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptx
 
Features of Video Calls in the Discuss Module in Odoo 17
Features of Video Calls in the Discuss Module in Odoo 17Features of Video Calls in the Discuss Module in Odoo 17
Features of Video Calls in the Discuss Module in Odoo 17
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
 

Css by tanbircox

  • 1. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com CSS টিউিটিয়াল (প্রাথটিক ধািণা ও সহজ একটি প্রজজক্ট) HTML এক ক HTML ‚ HTML ক কক আ CSS ক ক ‛ CSS ক এ ক ?  এ এ Cascading Style Sheets  HTML ক ক ( ) ক ক ক  HTML এ CSS ক ক  CSS এ ক আ আ HTML এ ক ক ক  CSS এ ক এক ক
  • 2. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com এক এ এ HTML <html> <head> <style type="text/css"> body { background-color:#d0e4fe; } h1 { color:orange; text-align:center; } p { font-family:"Times New Roman"; font-size:20px; } </style> </head> <body> <h1>CSS example!</h1> <p>This is a paragraph.</p> </body> </html> এ , <style type=‛text/css‛> “. </style> এ এ এ ক
  • 3. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com CSS এ ক ( : , ) /*“*/ এ - /*This is a comment*/ p { text-align:center; /*This is another comment*/ color:black; font-family:arial; } ক ক id এ # id’ - #para1 { text-align:center; color:red; } HTML ক এ এ ক ক : <p id="para1">Hello World!</p> এক class এ . class এ CSS এ p.center { text-align:center; } HTML ক এ এ ক ক : <p>This paragraph will be center-aligned.</p> <html> <head> <style type="text/css"> p.center
  • 4. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com { text-align:center; } </style> </head> <body> <h1>This heading will not be affected</h1> <p>This paragraph will be center-aligned.</p> </body> </html> ১. এ এ ক ক ২. ক ক ৩. ক এ এ ক .css ক ক এক এ এ mystyle.css mystyle.css ক আ hr {color:sienna;} p {margin-left:20px;} body {background-image:url("images/back40.gif");} এ ক ক html ক <head> <link rel="stylesheet" type="text/css" href="mystyle.css" /> </head> ক এ এ ক ক ক ক ক এক ক HTML CSS ক <style type=‛text/css‛> “ </style> এ CSS ক <head> <style type=‛text/css‛> hr {color:sienna;} p {margin-left:20px;} body {background-image:url(‚images/back40.gif‛);} </style> </head>
  • 5. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com এ এ ক ক ক এ আ <p style=‛color:sienna;margin-left:20px‛>This is a paragraph.</p> এক ক ক এ ক ক ক ব্যাগ্রাউন্ড টিক্সজিি টিজাইজন আনুন নতুন িাত্রা এ এ ক ক এ ক আ ক ক আ ক ক ক এ এ ক : h1 { background-color:#6495ed; } p { background-color:#e0ffff; } div { background-color:#b0c4de; } ক ক : <html> <head> <style type="text/css"> h1 { background-color:#6495ed; } p {
  • 6. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com background-color:#e0ffff; } div { background-color:#b0c4de; } </style> </head> <body> <h1>CSS background-color example!</h1> <div> This is a text inside a div element. <p>This paragraph has it's own background color.</p> We are still in the div element. </div> </body> </html> body {background-image:url(‘paper.gif’);} আ ( ) ,
  • 7. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com body { background-image:url(‘img_tree.png’); background-repeat:no-repeat; background-position:top right; } body { background-image:url(‘img_tree.png’); background-repeat:no-repeat; } Property Description Values CSS Background Sets all the background properties in one declaration background-color background-image background-repeat background- attachment background-position inherit 1 background- attachment Sets whether a background image is fixed or scrolls with the rest of the page scroll fixed inherit 1 background-color Sets the background color of an element color-rgb color-hex color-name transparent inherit 1 background- image Sets the background image for an element url(URL) none inherit 1 background- position Sets the starting position of a background image top left top center top right 1
  • 8. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com center left center center center right bottom left bottom center bottom right x% y% xpos ypos inherit background- repeat Sets if/how a background image will be repeated repeat repeat-x repeat-y no-repeat inherit এব্াি আিিা টদখজব্া টলখাি টসৌন্দর্য ব্ৃটিি ঩িটত h1 {text-align:center;} /* */ p.date {text-align:right;} /* */ p.main {text-align:justify;} /* */ ক h1 {text-decoration:overline;} h2 {text-decoration:line-through;} h3 {text-decoration:underline;} h4 {text-decoration:blink;} p {text-indent:50px;}
  • 9. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com p.uppercase {text-transform:uppercase;} p.lowercase {text-transform:lowercase;} p.capitalize {text-transform:capitalize;} এ আ ক আ ক আ ক আ এ এ ক ক সুন্দি সুন্দি ব্ক্স িজিল এ ক এ এ এ আ ক এ এ এ এ এ আ এ আ ক ক এ এ এ ক ক ক width border , ক padding ক আ margin width, padding, margin padding এ ক ক ক box { width: 200px; border: 10px solid #99c; padding: 20px; margin: 20px; }
  • 10. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com এ ক : border-style border-width border-color margin-left margin-right margin-bottom margin-top padding-left padding-right padding-top padding-bottom এ ক body{ font-family:Arial, Helvetica, sans-serif; font-size:13px; } .info, .success, .warning, .error, .validation { border: 1px solid; margin: 10px 0px;
  • 11. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com padding:15px 10px 15px 50px; background-repeat: no-repeat; background-position: 10px center; } .info { color: #00529B; background-color: #BDE5F8; background-image: url('info.png'); } .success { color: #4F8A10; background-color: #DFF2BF; background-image:url('success.png'); } .warning { color: #9F6000; background-color: #FEEFB3; background-image: url('warning.png'); } .error { color: #D8000C; background-color: #FFBABA; background-image: url('error.png'); } <div class="info">Info message</div> <div class="success">Successful operation message</div> <div class="warning">Warning message</div> <div class="error">Error message</div> আ এ ক আ
  • 12. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com টব্টি টকছু না, টসএসএস (CSS) ১০টি টি঩স টদখুন ১. িিয হযান্ড টকাটিিং ক এ ক - /* MARGIN */ h1 {margin:1em 0 2em 0.5em;} h1 {margin-top:1em; margin-right:0; margin-bottom:2em; margin-left:0.5em; } /* BORDER */ h1 {border:1px solid #000;} h1 {border-width:1px; border-style:solid; border-color:#000; } /* BORDER WIDTH */ h1 {border-width:1px 2px 3px 4px;} h1 {border-top-width:1px; border-right-width:2px; border-bottom-width:3px; border-left-width:4px; } /* BACKGROUND */ div {background:#f00 url(background.gif) no-repeat fixed 0 0;} div {background-color:#f00; background-image:url(background.gif); background-repeat:no-repeat; background-attachment:fixed; background-position:0 0;
  • 13. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com } /* FONT */ h1 {font:italic small-caps bold 1em/140% "Lucida Grande",sans-serif;} h1 {font-style:italic; font-variant:small-caps; font-weight:bold; font-size:1em; line-height:140%; font-family:"Lucida Grande",sans-serif; } /* LIST STYLE */ ul {list-style:square inside url(image.gif);} ul {list-style-type:square; list-style-position:inside; list-style-image:url(image.gif); } /* OUTLINE */ h1 {outline:#f00 solid 2px;} h1 {outline-color:#f00; outline-style:solid; outline-width:2px; } id ক # এ class ক . এ ক ক আ আ : , ক এ এ div ক
  • 14. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com এ এ ক FireFox Web Developer, DOM Inspector, Internet Explorer Developer Toolbar, and Firebug. আ ক ক ক !important ক এ - .page { background-color:blue !important; background-color:red;} এ এ ক a, input { outline:none; } ক ক ক a:link { color: #000; text-decoration: underline } a:visited { color: #666;
  • 15. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com } a:hover { color: #333; text-decoration: none; } a:active { color: #333; text-decoration: none; } a, input { outline:none; } h1, h2, h3, h4, h5, h6 { font-family:arial; margin:0.5em 0; padding:0; } ক ক ক
  • 16. Want more Updates  http://facebook.com/tanbir.ebooks facebook /gmail/skype: - http://tanbircox.blogspot.com ইন্টািজনি হজত সিংগ্রহীত  http://techtunes.com.bd/tuner/tanbir_cox  http://tunerpage.com/archives/author/tanbir_cox  http://somewhereinblog.net/tanbircox  http://pchelplinebd.com/archives/author/tanbir_cox  http://prothom-aloblog.com/blog/tanbir_cox http://facebook.com/tanbir.cox http://facebook.com/tanbir.ebooks http://tanbircox.blogspot.com