Skip to content

Instantly share code, notes, and snippets.

View TeacherStijn's full-sized avatar

Stijn Janssen TeacherStijn

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Voorbeeld van een flexbox layout met verschillende directions</title>
<style>
#container1 {
display: flex;
flex-direction: row;
}