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
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Encapsulation theory and applications.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Empathic Computing: Creating Shared Understanding
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
A comparative analysis of optical character recognition models for extracting...
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
Spectral efficient network and resource selection model in 5G networks
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Building Integrated photovoltaic BIPV_UPV.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Encapsulation theory and applications.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Digital-Transformation-Roadmap-for-Companies.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
The AUB Centre for AI in Media Proposal.docx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Unlocking AI with Model Context Protocol (MCP)
Network Security Unit 5.pdf for BCA BBA.
Empathic Computing: Creating Shared Understanding
Assigned Numbers - 2025 - Bluetooth® Document
Mobile App Security Testing_ A Comprehensive Guide.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
Dropbox Q2 2025 Financial Results & Investor Presentation
A comparative analysis of optical character recognition models for extracting...
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Machine learning based COVID-19 study performance prediction
Spectral efficient network and resource selection model in 5G networks

CSS3 Introduction