Ruud Lambregts

Ruud Lambregts

Full Stack Developer

Back to projects

Demo Project — All Content Styles

17 views

A demonstration project showcasing all available rich text formatting options.

HTML CSS

Heading Level 1

Regular paragraph with bold text, italic text, and a link.

Heading Level 2

Another paragraph with inline code and strong emphasis.

Heading Level 3

  • Unordered list item 1
  • Unordered list item 2
  • Unordered list item 3

Heading Level 4

  1. Ordered list item 1
  2. Ordered list item 2
  3. Ordered list item 3

Blockquote

This is a blockquote with distinctive styling.

Code Block

function greet(string $name): string {
    return "Hello, {$name}!";
}

Horizontal Rule


Table

TechnologyProficiency
LaravelAdvanced
Vue.jsIntermediate