barecss-power
Version:
A classless CSS framework (power) http://barecss.com
25 lines (22 loc) • 679 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="index.css">
<title>Document</title>
</head>
<body>
<main>
<div class="small">
A mushroom, or toadstool, is the fleshy, spore-bearing fruiting body of a fungus,
typically produced above ground on soil or on its food source.
</div>
</main>
<footer>
A mushroom, or toadstool, is the fleshy, spore-bearing fruiting body of a fungus,
typically produced above ground on soil or on its food source.
</footer>
</body>
</html>