Skip to content

Sebuah website yang mengimplementasikan konsep Mobile First Design menggunakan CSS Grid

Notifications You must be signed in to change notification settings

rasyaddotgg/mobile-first-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Breakpoint for Mobile first design

/* Mobile styles */

/* Small table styles */
@media screen and (min-width: 620px) {
}

/* Large tables & laptop styles */
@media screen and (min-width: 960px) {
}

/* Desktop styles */
@media screen and (min-width: 1200px) {
}

About

Sebuah website yang mengimplementasikan konsep Mobile First Design menggunakan CSS Grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published