Skip to content

Instantly share code, notes, and snippets.

@kazoo0217
Created July 26, 2018 01:53
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 kazoo0217/309b559116f329079a32d72f5fb09389 to your computer and use it in GitHub Desktop.
Save kazoo0217/309b559116f329079a32d72f5fb09389 to your computer and use it in GitHub Desktop.
previm用外部CSS
img {
width: auto;
max-width: 100%;
border: 1px solid #ccc;
}
hr {
border: 0;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
height: 1px;
margin: 3rem 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment