-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (22 loc) · 806 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>CSS Box Model, Background and Gradient</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header>
<H1>CSS Box model, background & Gradients</H1>
</header>
<div class="box-model">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Error, quaerat mollitia molestiae sed accusamus,
laboriosam distinctio totam recusandae deserunt maiores, nemo velit quibusdam labore officia commodi veritatis
deleniti iusto corporis.
</div>
<div class="background">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic, voluptates dolorem voluptatibus maiores similique
possimus inventore iste? Quidem, error voluptas neque temporibus inventore ratione dolor fugiat eum voluptatibus
itaque voluptates?
</div>
</body>
</html>