-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresponsiveweb.html
16 lines (16 loc) · 1.26 KB
/
responsiveweb.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="Stylesheet" href="responsive.css">
</head>
<body>
<h1 id="h1">Menu</h1>
<div class="a">
<div class="col-lg-3 col-md-2"><p>Chocolate</p>Until 1800, ice cream remained a rare and exotic dessert enjoyed mostly by the elite. Around 1800, insulated ice houses were invented. Manufacturing ice cream soon became an industry in America, pioneered in 1851 by a Baltimore milk dealer named Jacob Fussell.</div>
<div class="col-lg-3 col-md-2"><p>Black Current</p>Until 1800, ice cream remained a rare and exotic dessert enjoyed mostly by the elite. Around 1800, insulated ice houses were invented. Manufacturing ice cream soon became an industry in America, pioneered in 1851 by a Baltimore milk dealer named Jacob Fussell.</div>
<div class="col-lg-3 col-md-3"><p>ButterScotch</p>Until 1800, ice cream remained a rare and exotic dessert enjoyed mostly by the elite. Around 1800, insulated ice houses were invented. Manufacturing ice cream soon became an industry in America, pioneered in 1851 by a Baltimore milk dealer named Jacob Fussell.</div>
</div>
</body>
</html>