This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminus.html
79 lines (79 loc) · 1.94 KB
/
minus.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
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<title>Problems with the Cloud</title>
<link rel=" shortcut icon" href="https://gijoegotyler.github.io/Website-TSA/favicon.ico">
<style>
body {
margin:0;
font-family: "Arial";
}
ul.boi {
list-style-type: none;
margin: 0 auto;
padding: 0;
overflow: hidden;
background-color: #282828;
position: fixed;
top: 0;
width: 100%;
}
li.dat {
float: left;
left: 25%;
position: relative;
}
li.dat a.whita {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li.dat a.whita:hover {
background-color: #333333;
}
a.whita:hover {
color: white;
}
body {
background-color: white;
color: black;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
img.yeet {
margin-top: 10px;
}
.fixit {
position: fixed;
z-index: 1;
}
.text {
margin-left: 200px;
margin-right: 200px;
}
</style>
</head>
<body>
<div class="fixit">
<ul class="boi">
<li class="dat"><img src="https://gijoegotyler.github.io/Website-TSA/logo.svg" height="30" class="yeet"></li>
<li class="dat"><a href="home.html" class="whita">Home</a></li>
<li class="dat"><a href="plus.html" class="whita">Pros of Cloud</a></li>
<li class="dat"><a href="minus.html" class="whita">Cons of Cloud</a></li>
<li class="dat"><a href="types.html" class="whita">Types of Cloud Computing</a></li>
<li class="dat"><a href="about.html" class="whita">About</a></li>
<li class="dat"><a href="references.html" class="whita">References</a></li>
</ul>
</div>
<br>
<br>
<br>
<center>
<h1 class="text">Disadvantages of Cloud Computing</h1>
<img src="https://gijoegotyler.github.io/Website-TSA/dollars.png" width="100%">
<img src="2.png" width="100%">
<img src="3.png" width="100%">
</center>
</body>
</html>