kohx / casebox

css flexbox grid system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cacebox

css flexbox grid system

			<!DOCTYPE html>
			<html>
				<head>
					<title>casebox</title>

					<!-- styles -->
					<link href="css/casebox.css" rel="stylesheet" type="text/css"/>
					<link href="css/media.css" rel="stylesheet" type="text/css"/>
				</head>

				<body>
					<div class="case bor">
						<div class="box3-1"><div class="mar1 pad1 bor">box3-1</div></div>
						<div class="box3-1"><div class="mar1 pad1 bor">box3-1</div></div>
						<div class="box3-1"><div class="mar1 pad1 bor">box3-1</div></div>
					</div>
				</body>
			</html>

Demo page

to demo page

About

css flexbox grid system


Languages

Language:CSS 58.5%Language:HTML 41.5%