How to be creative in design?

2 min read - Published at Thu May 26 2022

person holding light bulb

Heading One

Heading Two

Heading Three

Heading Four

Heading Five
Heading Six

Inline text style example

bold text sample\ italic text sample\ bold and italic text sample

Paragraph containing <br /> example

Lorem ipsum dolor sit\ amet consectetur adipisicing elit. Dicta, numquam ipsam.

Paragraph example

Lorem ipsum dolor sit amet consectetur adipisicing elit. Dicta, numquam ipsam. Quidem dolor beatae eius doloremque delectus deserunt veniam necessitatibus!

Html <pre></pre> example

Lorem
ipsum             dolor sit amet consectetur adipisicing           elit.

ordered list example

  1. item one
  2. item two
    1. intended item
    2. another intended item
  3. item three

unordered list example

  • item one
  • item two
    • intended item
    • intended item
  • item three

complex list example

  1. ordered item
    • unordered item
      1. ordered item
      2. ordered item
        • unordered item
    • unordered item
  2. ordered item
    1. ordered item
    2. ordered item
      • unordered item

blockquote example

This is a simple block of quote.

complex blockquote example

This is a blockquote

That containes another blockquote

Header three

  • unordered list
    1. ordered list
    2. ordered list

Horizontal Rule example

Text before rule.


Text after rule.

This template made at MOPEIM

Table example

Column AColumn BColumn C
A1B1C1
A2B2C2
A3B3C3

Inline code example

to install nextjs simply run npx create-next-app appname

Code block example

  1. Open your file.

  2. You should find appName property on line 21.

  3. Like this:

    const appName: string = 'mopeim';
    const sayHello = (name: string) => {
    console.log(`hello ${name}`);
    };
    sayHello(appName);
  4. Replace appName with your website name.

Made with ❤️ at mopeim