-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.html
70 lines (58 loc) · 1.87 KB
/
Home.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Computer Security</title>
<meta name="author" content="Nasreen Roomaney"/>
<style type="text/css">A:link { text-decoration: none;}A:hover { background: url(http://www.dolliehost.com/dolliecrave/graphics/linkhovers/13.gif);}</style>
<style>
body {
background: #E6E0F8;
}
p {
width: 100%;
line-height: 1.8;
text-align: justify;
color: #FA58AC;
}
h1 {
font-size: 60pt;
background-repeat: repeat-x;
background-size: 8ch 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(to right, #57365a 0ch, Yellow 1ch, Indigo 1ch, Indigo 2ch, Blue 2ch, #2f732e 3ch, Orange 3ch, Orange 4ch, Violet 4ch, Violet 5ch, Green 5ch, Green 6ch, #5b2979 6ch, Red 7ch);
text-align: center;
}
h2 {
font-size: 2em;
color: #2ECCFA;
}
#site-footer {
height: 50px;
background: #084B8A;
}
#footer1{
margin-left:2%;
float:left;
}
</style>
</head>
<body>
<h1>Computer Security
<p> <img src="http://www.danschmid.com/wp-content/uploads/2017/01/1484941010_computer-security.jpg" width="610" height="260" alt="Protection Image" align="right"</p>
</h1>
<nav>
<ul>
<p><a href="home.html" title="Home">Home</a></p>
<p><a href="learnmore.html" title="Learn More!">Learn More!</a></p>
<p><a href="recentarticles.html" title="Recent Articles">Recent Articles</a></p>
</ul>
</nav>
<h2>Home</h2>
<p> <b> Computer, IT or Cyber Security is the protection of computer systems from theft or damage </b></p>
<p> <b> of hardware, software or information.</b></p>
<footer id="site-footer">
<div id="footer1"><p> Web Page by: <i> Nasreen Roomaney </i> </p></div>
</footer>
</body>