<style> strong { color: brown; background: linen; font-weight: 500; border-radius: 5px; padding: 1px 3px 1px 3px; } em { color: maroon; font-style: normal; } h1 { border-radius: 1em; background-color: linen; color: maroon; padding: 0.5em; } h2 { color: maroon; background: linen; border-left: 5px brown solid; padding: 10px; } h3 { border-left: 3px brown solid; padding-left: 5px; } h4 { border-right: solid peru 2px; border-bottom: solid peru 2px; border-radius: 5px; background: linen; padding-left: 5px; padding-right: 5px; margin-bottom: 50px; display: inline-block; } a:link { color: chocolate; } a:visited { color: sienna; } a:hover { color: maroon; } /* .markdown-body blockquote { border-left-color: wheat; } */ /* hr.in-view { background-color: peru; opacity: 60%; } */ </style> # NYCU Study Note - Peanut ###### tags: `NYCU` `2022-Spring` `Study` ###### Editor: `Yang-Yi Lin` --- > This is a simple templete that use CSS stylesheet to make the document look more fancy. ## To-Do - [ ] Add some tasks ## Side Note Write down your _ideas_ here. ### Helps You might have found something that is **helpful** for you to: - Figure out the _problem_. - Come up with a _solution_. - Dig into the _new idea_. ### Notice What **special things** have you notice? ### Troubleshoot What **troubles** have you encountered? - Also write down your solution here. ## Reference #### Ice Tea's Template [NYCU Study Note - Peanut](https://hackmd.io/@IceTea/r1IbPVBI5) #### Markdown Guide [Basic Syntax](https://www.markdownguide.org/basic-syntax/)