Skip to content
Permalink
feature/menu
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="responsive.css">
<title>Responsive Design</title>
</head>
<body>
<h1>A Site That Looks Great On Any Screen</h1>
<p>We'll see what we can do</p>
<span class="card">
<h2>This is card one</h2>
</span>
<span class="card">
<h2>This is card two</h2>
</span>
<script src="stuff.js"></script>
</body>
</html>