forked from amanirshad/LearningOnceAgain-ITPND
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboxifythedesing.html
More file actions
19 lines (17 loc) · 1.05 KB
/
boxifythedesing.html
File metadata and controls
19 lines (17 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Boxify the design</title>
</head>
<body>
<div class="title"><h1>My Favourite App</h1></div>
<div class="app">
<div class="screenshot">
<img src="https://www.history.com/.image/c_fill%2Ccs_srgb%2Cfl_progressive%2Ch_400%2Cq_auto:good%2Cw_620/MTY1MTk4ODk4MjU4NzgxNzY5/july-4-fireworks-gettyimages-530944604.jpg" alt="screenshot">
</div>
<div class="description">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</body>
</html>