SlideShare a Scribd company logo
CSS3 Introduction
CSS3 is the latest standard for CSS
CSS3 Modules
Selectors
Box Model
Backgrounds and Borders
Image Values and Replaced Content
Text Effects
2D/3D Transformations
Animations
Multiple Column Layout
User Interface
CSS3 Introduction
Border
<!DOCTYPE html>
<html>
<head>
<style>
div
{
border:2px solid #a1a1a1;
padding:10px 40px;
background:#01a05f;
width:300px;
border-radius:25px;
}
</style>
</head>
<body>
<div>Borderku.</div>
</body>
</html>
Selector Sample
<!DOCTYPE html>
<html>
<head>
<style>
[title]
{
color:blue;
}
</style>
</head>
<body>
<h2>Selamat:</h2>
<h1 title="Datang !">Datang !</h1>
<hr>
<h2>Bandingkan:</h2>
<p>Selamat Datang !</p>
</body>
</html>
Text Effect
<!DOCTYPE html>
<html>
<head>
<style>
h1
{
text-shadow: 10px 10px 10px #ff6b4f;
}
</style>
</head>
<body>
<h1>Jogja Istimewa Bro !</h1>
</body>
</html>
CSS3 Introduction
Sample Menu
<!DOCTYPE html>
<html>
<head>
<style>
ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li
{
float:left;
}
a:link,a:visited
{
display:block;
width:120px;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a:hover,a:active
{
background-color:#7A991A;
}
</style>
</head>
<body>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#news">Berita</a></li>
<li><a href="#contact">Gallery</a></li>
<li><a href="#about">Kontak</a></li>
</ul>
</body>
</html>
CSS3 Create Multiple Columns
<style>
.newspaper{
-moz-column-count:3; /* Firefox */
-webkit-column-count:3; /* Safari and Chrome */
column-count:3;
-moz-column-gap:40px; /* Firefox */
-webkit-column-gap:40px; /* Safari and Chrome */
column-gap:40px;
}
</style>
</head>
<body>
<h1> STMIK AMIKOM </h1>
<div class="newspaper">
Yogyakarta is the only one of the Indonesian, special-territory provinces which has been known as the
centers for education in Indonesia and for Javanese culture. STMIK Amikom Yogyakarta is located in
the center of Yogyakarta city and in the distance of four kilometers from “Adisucipto” international
airport, which lies in the eastern part of Yogyakarta, Indonesia. STMIK AMIKOM students are not only
from many different places in Indonesia but from abroad as well..
</div>
• Thanks
http://www.gratisan.com
http://www.jogjawebcenter.com

More Related Content

PDF
Introduction to CSS3
PDF
Fundamental CSS3
PDF
HTML/CSS Crash Course (april 4 2017)
PPTX
PPTX
Css3 Presetation
PPTX
Presentation about html5 css3
PDF
HTML and CSS crash course!
Introduction to CSS3
Fundamental CSS3
HTML/CSS Crash Course (april 4 2017)
Css3 Presetation
Presentation about html5 css3
HTML and CSS crash course!

What's hot (20)

PPTX
New Elements & Features in CSS3
PDF
Intro to CSS3
PDF
CSS3 Media Queries
PPTX
Html - By Auroskkil
PDF
CSS-3 Course Slide
PDF
Intro to CSS
PPTX
Css introduction
PPTX
PPTX
Introduction to HTML and CSS
PDF
CSS - OOCSS, SMACSS and more
PDF
Introduction to HTML and CSS
PPT
Boostrap basics
PPSX
HTML5, CSS3, and JavaScript
ODP
Cascading Style Sheets - Part 02
PDF
PDF
Responsive Web Design with HTML5 and CSS3
PPTX
Cascading style sheets (CSS)
PPTX
1 03 - CSS Introduction
PPT
Introduction to CSS
PPT
Getting started with html5
New Elements & Features in CSS3
Intro to CSS3
CSS3 Media Queries
Html - By Auroskkil
CSS-3 Course Slide
Intro to CSS
Css introduction
Introduction to HTML and CSS
CSS - OOCSS, SMACSS and more
Introduction to HTML and CSS
Boostrap basics
HTML5, CSS3, and JavaScript
Cascading Style Sheets - Part 02
Responsive Web Design with HTML5 and CSS3
Cascading style sheets (CSS)
1 03 - CSS Introduction
Introduction to CSS
Getting started with html5
Ad

Viewers also liked (20)

PPTX
Fleet & transport policy - Envision International (Conf 2010)
PPT
Basic Transport & Fleet Mngt - AK2015
PPTX
Vehicle Management Software
PDF
Building a game with JavaScript (March 2017, washington dc)
PPTX
Fleet management system
PDF
Modular HTML, CSS, & JS Workshop
PDF
Vehicle Information System
PDF
CSS Inlining in Email: What It IS + How To Do It
PPTX
10 Strategies for Resolving Common Fleet Management Challenges
PPT
VMS
PDF
Vehicle Management Information System
PDF
Vehicle tracker & fleet management system ver 1.0
PPT
VEHICLE MANAGEMENT SYSTEM
PDF
The 6 Key Elements of Vehicle Fleet Management
PPSX
Fleet Management System
PPTX
Fleet Management Basics
PDF
CSS Systems
PPTX
Company vehicle management system
PDF
HTML/CSS/JS基础
PPTX
Fleet Management
Fleet & transport policy - Envision International (Conf 2010)
Basic Transport & Fleet Mngt - AK2015
Vehicle Management Software
Building a game with JavaScript (March 2017, washington dc)
Fleet management system
Modular HTML, CSS, & JS Workshop
Vehicle Information System
CSS Inlining in Email: What It IS + How To Do It
10 Strategies for Resolving Common Fleet Management Challenges
VMS
Vehicle Management Information System
Vehicle tracker & fleet management system ver 1.0
VEHICLE MANAGEMENT SYSTEM
The 6 Key Elements of Vehicle Fleet Management
Fleet Management System
Fleet Management Basics
CSS Systems
Company vehicle management system
HTML/CSS/JS基础
Fleet Management
Ad

Similar to CSS3 Introduction (20)

PPTX
properties of css.pptx power pointpresentation
PPT
cse labpractical.ppt
PPTX
Cascading style sheet, CSS Box model, Table in CSS
PDF
CSS styling and adding description about
PDF
CSS.pdf
PPT
IP - Lecture 6, 7 Chapter-3 (3).ppt
PPTX
web development basics tables part2
PPTX
What is CSS.pptx power point presentation
PPTX
Unitegergergegegegetgegegegegegeg-2-CSS.pptx
PPTX
Html5 elements-Kip Academy
PPTX
David Weliver
PDF
Style and Selector
PDF
cascading style sheets ppt.sildeshower phone view
PPTX
Intro to CSS_APEC CascadingStyleSheets.pptx
PPTX
Chapter_1_Web_Technologies_Basics (CSS)_Part_2.pptx
PPTX
WEBSITE DESIGN AND DEVELOPMENT WITH CASCADING STYLE SHEETS(CSS)
PPTX
Html advance
PPTX
HTML-Advance.pptx
PPTX
Introduction to HTML+CSS+Javascript.pptx
properties of css.pptx power pointpresentation
cse labpractical.ppt
Cascading style sheet, CSS Box model, Table in CSS
CSS styling and adding description about
CSS.pdf
IP - Lecture 6, 7 Chapter-3 (3).ppt
web development basics tables part2
What is CSS.pptx power point presentation
Unitegergergegegegetgegegegegegeg-2-CSS.pptx
Html5 elements-Kip Academy
David Weliver
Style and Selector
cascading style sheets ppt.sildeshower phone view
Intro to CSS_APEC CascadingStyleSheets.pptx
Chapter_1_Web_Technologies_Basics (CSS)_Part_2.pptx
WEBSITE DESIGN AND DEVELOPMENT WITH CASCADING STYLE SHEETS(CSS)
Html advance
HTML-Advance.pptx
Introduction to HTML+CSS+Javascript.pptx

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Encapsulation theory and applications.pdf
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Getting Started with Data Integration: FME Form 101
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Machine learning based COVID-19 study performance prediction
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Electronic commerce courselecture one. Pdf
PPTX
Spectroscopy.pptx food analysis technology
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
NewMind AI Weekly Chronicles - August'25-Week II
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Encapsulation theory and applications.pdf
Group 1 Presentation -Planning and Decision Making .pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Dropbox Q2 2025 Financial Results & Investor Presentation
Getting Started with Data Integration: FME Form 101
Assigned Numbers - 2025 - Bluetooth® Document
Programs and apps: productivity, graphics, security and other tools
A comparative analysis of optical character recognition models for extracting...
Machine learning based COVID-19 study performance prediction
Advanced methodologies resolving dimensionality complications for autism neur...
Reach Out and Touch Someone: Haptics and Empathic Computing
Electronic commerce courselecture one. Pdf
Spectroscopy.pptx food analysis technology
SOPHOS-XG Firewall Administrator PPT.pptx

CSS3 Introduction