We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<style>
*
:hover
:focus
:nth-child
:link
:visited
color
font-size
font-family
line-height
letter-spacing
text-align
text-decoration
text-transform
padding
border
margin
box-sizing: content-box
box-sizing: border-box
float: left
float: right
clear
static
relative
absolute
position: fixed
position: sticky
z-index
display: flex
flex-direction
justify-content
align-items
align-self
flex-wrap
display: grid
grid-template-columns
grid-template-rows
gap
grid-area
grid-template-areas
@keyframes
animation-name
animation-duration
animation-timing-function
transition
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Outline Tutorial Lengkap CSS (Cascading Style Sheets) dalam Bahasa Indonesia
Part 1: Pengenalan Dasar CSS
Chapter 1: Apa Itu CSS?
<style>
di dalam HTML)Chapter 2: Selectors CSS
*
:hover
,:focus
,:nth-child
, dll.):link
,:visited
, dll.)Chapter 3: Menata Teks dan Font
color
,font-size
,font-family
line-height
,letter-spacing
,text-align
text-decoration
,text-transform
Part 2: Layout dan Positioning
Chapter 1: Model Kotak CSS (CSS Box Model)
padding
,border
,margin
untuk mengatur jarak dan bingkaibox-sizing: content-box
danbox-sizing: border-box
Chapter 2: Float dan Clear
float: left
,float: right
)clear
untuk menghentikan efek floatChapter 3: Positioning CSS
static
,relative
, danabsolute
position: fixed
untuk elemen yang tetap di layarposition: sticky
untuk elemen yang mengikuti scrollz-index
dan bagaimana mengontrol lapisan elemenPart 3: Responsivitas dan Animasi
Chapter 1: CSS Flexbox
display: flex
,flex-direction
, danjustify-content
align-items
,align-self
, danflex-wrap
Chapter 2: CSS Grid Layout
display: grid
,grid-template-columns
,grid-template-rows
gap
,grid-area
, dangrid-template-areas
Chapter 3: Animasi dan Transisi CSS
@keyframes
animation-name
,animation-duration
, dananimation-timing-function
transition
untuk membuat efek animasi halusPart 4: Tips dan Trik Lanjutan CSS
Chapter 1: Media Queries untuk Responsivitas
Chapter 2: CSS Variables dan Custom Properties
Chapter 3: Optimasi dan Best Practices
The text was updated successfully, but these errors were encountered: