ဝဘ်ဖွံ့ဖြိုးတိုးတက်မှု

လမ်းပြမြေပုံဆိုတာဘာလဲ HTTP ဆိုတာဘာလဲ HTML ဆိုတာဘာလဲ CSS ဆိုတာဘာလဲ Responsive ဆိုတာဘာလဲ JavaScript ဆိုတာဘာလဲ ES5 ဆိုတာဘာလဲ HTML DOM ဆိုတာဘာလဲ Google Maps ဆိုတာဘာလဲ Google Fonts ဆိုတာဘာလဲ Google Charts ဆိုတာဘာလဲ XML ဆိုတာဘာလဲ AJAX ဆိုတာဘာလဲ JSON ဆိုတာဘာလဲ CSS Icons ဆိုတာဘာလဲ Bootstrap ဆိုတာဘာလဲ W3.CSS ဆိုတာဘာလဲ CLI ဆိုတာဘာလဲ npm ဆိုတာဘာလဲ GitHub ဆိုတာဘာလဲ jQuery ဆိုတာဘာလဲ AngularJS ဆိုတာဘာလဲ React ဆိုတာဘာလဲ Vue.js ဆိုတာဘာလဲ W3.JS ဆိုတာဘာလဲ Front-End Dev ဆိုတာဘာလဲ။ Fullstack ဆိုတာဘာလဲ Fullstack JS ဆိုတာဘာလဲ SQL ဆိုတာဘာလဲ

Amazon AWS

AWS EC2 ဆိုတာဘာလဲ AWS RDS ဆိုတာဘာလဲ AWS Cloudfront ဆိုတာဘာလဲ AWS SNS ဆိုတာဘာလဲ Elastic Beanstalk ဆိုတာဘာလဲ AWS Auto Scaling ဆိုတာဘာလဲ AWS IAM ဆိုတာဘာလဲ AWS Aurora ဆိုတာဘာလဲ AWS DynamoDB ဆိုတာဘာလဲ AWS Personalize ဆိုတာဘာလဲ AWS Rekognition ဆိုတာဘာလဲ AWS Quicksight ဆိုတာဘာလဲ AWS Polly ဆိုတာဘာလဲ AWS Pinpoint ဆိုတာဘာလဲ

W3.CSS ဆိုတာဘာလဲ။


W3
CSS

ခေတ်မီတုံ့ပြန်မှု CSS

ဘရောက်ဆာအားလုံးအတွက် တန်းတူညီမျှမှု- Chrome။ Firefox Edge။ IE ။ ဆာဖာရီ။ အော်ပရာ။

စက်အားလုံးအတွက် တန်းတူညီမျှမှု- ဒက်စ်တော့။ လက်တော့ပ်။ တက်ဘလက်။ မိုဘိုင်း။

ပုံမှန် CSS သာ (jQuery သို့မဟုတ် JavaScript စာကြည့်တိုက် မရှိပါ)။


W3.CSS အမြန်စတင်ပါ။

W3.CSS သည် built-in တုံ့ပြန်မှုနှင့်အတူ ခေတ်မီ CSS မူဘောင်တစ်ခုဖြစ်သည်။ ၎င်းသည် ပုံမှန်အားဖြင့် တုံ့ပြန်မှုရှိသောမိုဘိုင်းလ်၏ ပထမဆုံးဒီဇိုင်းကို ပံ့ပိုးပေးကာ ၎င်းသည် အလားတူ CSS frameworks များထက် သေးငယ်ပြီး ပိုမိုမြန်ဆန်သည်။

W3.CSS သည် လေ့လာရန်ပိုမိုလွယ်ကူပြီး အခြား CSS မူဘောင်များထက် အသုံးပြုရလွယ်ကူသောကြောင့် ဝဘ်ဖွံ့ဖြိုးတိုးတက်မှုကို မြန်ဆန်စေပြီး ရိုးရှင်းစေသည်။


တုံ့ပြန်မှုစာမျက်နှာ

ဥပမာ

<div class="w3-center w3-padding-64 w3-light-grey">
  <h1>My W3.CSS Page</h1>
  <p>Resize this page to see the responsive effect!</p>
</div>

<div class="w3-row-padding">
  <div class="w3-third">
    <h2>London</h2>
    <p>London is the capital city of England.</p>
    <p>It is the most populous city in the United Kingdom,
    with a metropolitan area of over 13 million inhabitants.</p>
  </div>

  <div class="w3-third">
    <h2>Paris</h2>
    <p>Paris is the capital of France.</p>
    <p>The Paris area is one of the largest population centers in Europe,
    with more than 12 million inhabitants.</p>
  </div>

  <div class="w3-third">
    <h2>Tokyo</h2>
    <p>Tokyo is the capital of Japan.</p>
    <p>It is the center of the Greater Tokyo Area,
    and the most populous metropolitan area in the world.</p>
  </div>
</div>

၎င်းအလုပ်လုပ်ပုံကိုကြည့်ရန် "သင်ကိုယ်တိုင်စမ်းသုံးကြည့်ပါ" ခလုတ်ကိုနှိပ်ပါ။



W3.CSS ကွန်တိန်နာများ

w3-container အတန်း သည် အရေးကြီးဆုံး W3.CSS အတန်းများထဲမှ တစ်ခုဖြစ်သည်။

၎င်းသည် HTML အစိတ်အပိုင်းအများစုအတွက် မှန်ကန်သောအနားသတ်များ၊ padding၊ ချိန်ညှိမှုများနှင့် အခြားအရာများကို ပေးဆောင်သည်။

ဥပမာ

<div class="w3-container">
    <h1>This is a paragraph</h1>
    <p>This is a paragraph</p>
    <p>This is a paragraph</p>
    <p>This is a paragraph</p>
    <p>This is a paragraph</p>
</div>

W3.CSS အရောင်များ

The w3-color classes are inspired by modern colors:

London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.

London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.

London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.

London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.

London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.

London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.

London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.

London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.

London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.

Example

<div class="w3-container w3-indigo">
  <p>London is the most populous city in the United Kingdom.</p>
</div>

<div class="w3-container w3-blue">
  <p>London is the most populous city in the United Kingdom.</p>
</div>

<div class="w3-container w3-red">
  <p>London is the most populous city in the United Kingdom.</p>
</div>

<div class="w3-container w3-amber">
  <p>London is the most populous city in the United Kingdom.</p>
</div>

W3.CSS Alerts, Notes and Quotes

The w3-panel class can display all kinds of allerts and notes and quotes:

Danger!

Red often indicates a dangerous or negative situation.

Warning!

Yellow often indicates a warning that might need attention.

Success!

Green often indicates something successful or positive.

Info!

Blue often indicates a neutral informative change or action.

Danger!

Red often indicates a dangerous or negative situation.

Warning!

Yellow or orange often indicates a warning that might need attention.

Success!

Green often indicates something successful or positive.

Info!

Blue often indicates a neutral informative change or action.

Example

<div class="w3-panel w3-red">
    <h3>Danger!</h3>
    <p>Red often indicates a dangerous or negative situation.</p>
</div>

<div class="w3-panel w3-yellow">
    <h3>Warning!</h3>
    <p>Yellow or orange often indicates a warning that might need attention.</p>
</div>

London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.

London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.

London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.

"Make it as simple as possible, but not simpler."

Albert Einstein

Example

<div class="w3-panel w3-light-grey w3-border w3-round-xlarge">
<p>London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.</p>
</div>

<div class="w3-panel w3-pale-red w3-leftbar w3-border-red">
<p>London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.</p>
</div>

W3.CSS Cards

The w3-card classes are suitible for both images and notes:

Amazing

အဲလ်ပ်တောင်များ

French Alps

A Car

A car is a wheeled, self-powered motor vehicle used for transportation. Most definitions of the term specify that cars are designed to run primarily on roads, to have seating for one to eight people, and to typically have four wheels.

(Wikipedia)


ကိုယ်ပွား

John

Architect and Engineer

Example

<div class="w3-card-4" style="max-width:300px;">
  <img src="img_avatar3.png" alt="Avatar" style="width:100%">
  <div class="w3-container">
    <h4><b>John</b></h4>
    <p>Architect and Engineer</p>
  </div>
</div>

W3.CSS Tables

The w3-table classes can handle all kinds of tables:

First Name Last Name Points
Jill Smith 50
Eve Jackson 94
Adam Johnson 67
Anja Bore 100

Example

<table class="w3-table w3-bordered w3-striped w3-border">
<thead class="w3-dark-grey">
  <tr>
    <th>First Name</th>
    <th>Last Name</th>
    <th>Points</th>
  </tr>
</thead>
<tbody>
  <tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
</tbody>
</table>

W3.CSS Lists

The w3-ul class can handle all kinds of lists:

  • × Mike
    Web Designer
  • × Jill
    Support
  • × Jane
    Accountant
  • × Jack
    Advisor

W3.CSS Buttons

The w3-button and w3-btn class provides buttons of all sizes and types.

Wide buttons:

Circular or square buttons:

+ + +

+ + +


W3.CSS Tags, Labels, Badges, and Signs

The w3-tag and the w3-badge classes are capable of displaying all kinds of tags, labels, badges and signs:

2 8 A B

New Warning Danger Info

Falcon Ridge Parkway

S
A
L
E
DO NOT
BREATHE
UNDER WATER

W3.CSS Responsive

The Responsive Grid classes provide responsiveness for all device types: PC, laptop, tablet, and mobile.

1/2

1/2

1/3

1/3

1/3

1/3

2/3

1/4

1/4

1/4

1/4

1/2

1/4

1/4

2/3

1/3

1/1

1/4

1/4

1/2

1/4

1/2

1/4

50px

rest

1/4

rest

100px

45px

rest

W3.CSS also supports a 12 column mobile-first fluid grid with small, medium, and large classes.


W3.CSS Display

The w3-display classes allow you to display HTML elements in specific positions:

Top Left
Top Right
Bottom Left
Bottom Right
Left
Right
Middle
Top Middle
Bottom Middle

ဘောင်းဘီ
Top Left
Top Right
Bottom Left
Bottom Right
Left
Right
Middle
Top Middle
Bottom Middle

W3.CSS Modals

The w3-modal class provides modal dialog in pure HTML:

×

ခေါင်းစီး

စာသားအချို့။ စာသားအချို့။ စာသားအချို့။

စာသားအချို့။ စာသားအချို့။ စာသားအချို့။

အောက်ခြေမှတ်တိုင်



Modal Image:

သဘာဝ
×
သဘာဝ

W3.CSS Progress Bars

Read more at W3.CSS Progress Bars

25%

50%

0


W3.CSS Dropdowns

The w3-dropdown classes provide dropdowns:


W3.CSS Accordions

Read more at W3.CSS Accordions

နာကျင်မှုကိုယ်တိုင်က အရေးကြီးသော်လည်း နာကျင်မှုကို adipiscing လုပ်ငန်းစဉ်ဖြင့် မြှင့်တင်ပေးသော်လည်း ကြီးကျယ်သောအလုပ်နှင့် နာကျင်မှုကို ဖြတ်တောက်ရန် အချိန်ပေးပါသည်။ သို့မှသာ အများစုအတွက်၊ ကျွန်ုပ်တို့ထဲမှ မည်သူတစ်ဦးတစ်ယောက်သည် ယင်းမှ ရည်ရွယ်ချက်များကို အခွင့်ကောင်းယူရန်မှတပါး မည်သည့်အလုပ်အကိုင်မျိုးကိုမဆို ကျင့်သုံးလာမည်ဖြစ်သည်။

ရုပ်ပုံများဖြင့် အကော်ဒီယံ

ပြင်သစ်တောင်တန်း


W3.CSS Tabs

Tabs are perfect for single page web applications, or for web pages capable of displaying different subjects.

London

London is the capital of England.

It is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.


Tabbed Image Gallery (Click on one of the pictures):


Nature ×
Nature
Snow ×
Snow
Mountains ×
Mountains
Lights ×
Northern Lights

W3.CSS Navigation

The w3-bar class can be used to create a navigation bar:

Navigation bar with input:>

Navigation bar with dropdown:


The w3-sidebar class creates a side navigation:


W3.CSS Pagination

W3.CSS provides simple ways for page pagination.

« 1 2 3 4 5 »



Slideshows

W3.CSS provide slideshows for cycling through images or other content:

1 / 3
Beautiful Nature

Lightbox

Combine Modals and Slideshows to create a lightbox (modal image gallery):

×

Nature and sunrise

Nature and sunrise
French Alps
Mountains and fjords

W3.CSS Animations

The w3-animate classes provide an easy way to slide and fade in elements:


Animation is Fun!

W3.CSS Images

Styling images in W3CSS is easy:

မြောက်ပိုင်းအလင်း
သစ်တော
တောင်တွေ
သဘာဝ
Nature

W3.CSS Effects

Add special effects to any element:

Normal

Opacity

Grayscale

Sepia


W3.CSS Input Forms

The w3-input classes are for input forms:



Input Form


Input Form



W3.CSS Filters

Use W3.CSS Filters to search for a specific element inside a list, table, dropdown, etc:

Name Country
Alfreds Futterkiste Germany
Berglunds snabbkop Sweden
Island Trading UK
Koniglich Essen Germany
Laughing Bacchus Winecellars Canada
Magazzini Alimentari Riuniti Italy
North/South UK
Paris specialites France

W3.CSS Fonts

With W3.CSS it is extremely easy to add fonts to a web page:

Making the web beautiful!
Making the web!

W3.CSS Tooltips

The w3-tooltip class can display all kinds of tooltips:

Hover over this text! Tooltip content

Hover over this text! Tooltip content


Color Themes

Color themes can easily be added to any web application:

Theme Indigo

Movies 2014

  • Frozen

    The response to the animations was ridiculous

  • The Fault in Our Stars

    Touching, gripping and genuinely well made

  • The Avengers

    A huge success for Marvel and Disney

«»

Theme Teal

Movies 2014

  • Frozen

    The response to the animations was ridiculous

  • The Fault in Our Stars

    Touching, gripping and genuinely well made

  • The Avengers

    A huge success for Marvel and Disney

«»

Color themes are a perfect match for mobile applications.


Full W3.CSS Tutorial

This has been a short description of W3.CSS.

For a full W3.CSS tutorial go to W3Schools W3.CSS Tutorial.

For a full W3.CSS reference go to W3Schools W3.CSS Reference.