Skip to content

Instantly share code, notes, and snippets.

@az1979
Created December 30, 2017 08:19
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 az1979/9a6909227f45583e97b909a971f18ae5 to your computer and use it in GitHub Desktop.
Save az1979/9a6909227f45583e97b909a971f18ae5 to your computer and use it in GitHub Desktop.
WordPressの記事の一部を折りたたんで表示する方法 – CSS
.slide-contents {
background: #f2f2f2;
width: 100%;
border: #666 1px solid;
margin: 0 0 20px 0;
padding: 20px 20px 0 20px;
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment