hdm-logo hdm-logo-dark

Title of the lecture

123456

Summer 2022

Korbinian Kuhn @kuhnko

Stuttgart Media University
menu Title of the lecture
hdm-logo hdm-logo-dark

Features

menu Title of the lecture
hdm-logo hdm-logo-dark

Code

HTML

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>
  </head>
  <body></body>
</html>

JavaScript

const add = (a, b) => {
  return a + b;
};

CSS

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
menu Title of the lecture
hdm-logo hdm-logo-dark

Tables

Name Series
Rick Rick & Morty
Morty Rick & Morty
Homer Simpsons
Marge Simpsons
menu Title of the lecture
hdm-logo hdm-logo-dark

Columns

Left Column 1

Right Column 1

Left Column 2

Right Column 2

menu Title of the lecture
hdm-logo hdm-logo-dark

Images

Default

HDM Logo

Alignment

Use center, left or right to align an image

right

Width

Usage % for a relative image width

50%

Width and alignment

Of course you can use both

left 20%