frontend-dorset/exercises/hero-text.html

32 lines
753 B
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>Hero Block with Text</title>
<meta name="description" content="An above-the-fold hero block with animated text and various background colours.">
<link rel="stylesheet" href="assets/css/hero-text.css">
</head>
<body>
<!-- hero block -->
<header class="hero-block text-center">
<div class="hero-text-container">
<h1 class="slide-in-top">Aurelien Rebourg</h1>
<h2 class="slide-in-left">Leaner Web Developer</h2>
</div>
</header>
<!-- /hero block -->
</body>
</html>