Skip to content

Instantly share code, notes, and snippets.

@munkacsitomi
Last active February 16, 2018 14:11
Show Gist options
  • Save munkacsitomi/cd70ef3846709e6a22f7b2d93e08b18f to your computer and use it in GitHub Desktop.
Save munkacsitomi/cd70ef3846709e6a22f7b2d93e08b18f to your computer and use it in GitHub Desktop.
Responsive Design Basics
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
</head>
img, embed,
object, video {
max-width: 100%;
}
nav a, button {
min-width: 48px;
min-height: 48px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment