Semester 3 pog
This commit is contained in:
22
Semester 1/Chapter ZIPs/HTML/chapter6/6.10/linear.html
Normal file
22
Semester 1/Chapter ZIPs/HTML/chapter6/6.10/linear.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Practice with Gradients</title>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
body { background-color: #DA70D6;
|
||||
background-image: linear-gradient(to
|
||||
bottom, #FFFFFF, #DA70D6);
|
||||
background-repeat: no-repeat; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Linear Gradient</h1>
|
||||
<p>This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content.</p>
|
||||
<h2>Heading 2</h2>
|
||||
<p>This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content.</p>
|
||||
<h2>Heading 2</h2>
|
||||
<p>This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
21
Semester 1/Chapter ZIPs/HTML/chapter6/6.10/radial.html
Normal file
21
Semester 1/Chapter ZIPs/HTML/chapter6/6.10/radial.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Practice with Gradients</title>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
body { background-color: #DA70D6;
|
||||
background-image: radial-gradient(#FFFFFF, #DA70D6);
|
||||
background-repeat: no-repeat; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Radial Gradient</h1>
|
||||
<p>This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content.</p>
|
||||
<h2>Heading 2</h2>
|
||||
<p>This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content.</p>
|
||||
<h2>Heading 2</h2>
|
||||
<p>This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content. This is content.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user