Skip to content

Instantly share code, notes, and snippets.

@DavidPeralvarez
Created March 29, 2018 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidPeralvarez/17b7d7d79f9e5478efd804028dfa18d3 to your computer and use it in GitHub Desktop.
Save DavidPeralvarez/17b7d7d79f9e5478efd804028dfa18d3 to your computer and use it in GitHub Desktop.
CSS externo
body{
background-color: #333;
color: white;
padding: 50px;
}
h1{
color: yellow;
}
p{
font-size: 18px;
}
h3{
color: orange;
}
ol{
background: white;
color: #333;
padding: 30px;
width: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment