- Brief
- Challenges
- Goals
- Unique Solution
Example:
- The Mission: Who is the client? Location? What are the clients wants and needs?
- Service: List of services (Brand Strategy, Brand Identity Design)
| // Adjust version of Eric Meyers Browser Reset 2.0 | |
| html, | |
| body, | |
| div, | |
| span, | |
| applet, | |
| object, | |
| iframe, | |
| blockquote, | |
| pre, |
| TypeScript 2 hrs 31 mins ███▋░░░░░░░░░░░░░░░░░ 17.6% | |
| Other 2 hrs 30 mins ███▋░░░░░░░░░░░░░░░░░ 17.5% | |
| HTML 2 hrs 14 mins ███▎░░░░░░░░░░░░░░░░░ 15.6% | |
| Markdown 1 hr 58 mins ██▉░░░░░░░░░░░░░░░░░░ 13.8% | |
| JavaScript 1 hr 31 mins ██▏░░░░░░░░░░░░░░░░░░ 10.7% |
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
After working with Atom for around 2 years I switch to VSCode.
Here is why:
| .border-radius { | |
| border-radius: 5px; | |
| } | |
| .border-radius-small { | |
| border-radius: 3px; | |
| } | |
| .border-radius-small-top-left { | |
| border-radius: 3px; | |
| } | |
| .border-radius-small-top-right { |