-
Notifications
You must be signed in to change notification settings - Fork 0
/
Art.html
124 lines (107 loc) · 3.53 KB
/
Art.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="art.css">
<style>
body {margin:0;}
h1 {
padding-top: 50px;
}
h2{
font-family: "Georgia";
}
h3{
font-family: "Georgia";
}
ul {
font-family: georgia;
list-style-type: none;
margin: 0;
overflow: hidden;
background-color: grey;
position: fixed;
top: 0;
width: 100%;
padding-left: 20px;
padding-right: 30px;
}
li {
float: right;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
padding-top: 40px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #D5D3CA;
}
.active {
background-color: #FFFFFF;
}
.footer {
left: 0;
bottom: 0;
width: 100%;
background-color: white;
color: black;
text-align: center;
}
.info {
padding-left: 30px
}
img {
position: absolute;
right: 100px;
top: 73px;
height: 190px;
width: 190px;
}
</style>
</head>
<body>
<img src="art2.jpg" alt="paint brush">
<ul>
<li><a></a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/html/STEAM/About%20us.html">About Us</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/html/STEAM/Funformation.html">Funformation</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/html/STEAM/Unique%20People.html">Unique People</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/html/STEAM/Math.html">Math</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/html/STEAM/Art.html">Art</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/html/STEAM/Engineering.html">Engineering</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/html/STEAM/Technology.html">Technology</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/html/STEAM/Science.html">Science</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/html/STEAM/STEAM.html">Home</a></li>
<li style="padding-top:15px; color: white; padding-right: 150px; font-size: 50px; "> <span style= "color: blue"> S </span> <span style= "color: #EEDD45">T</span> <span style= "color: red">E</span> <span style= "color: blue"> A </span>
<span style= "color: #EEDD45"> M </span></li>
</ul>
<center><h1>Art</h1></center>
<div class="info">
<h2><span style="color:#0E99B5;"><u>Architecture:</u></span>Creating, planning, and constructing buildings or any other structures.</h2></center>
<p>
<h3><u>Qualifications:</u> Bachelor of Architecture (B.Arch.) program (5 years), architectural studies, or construction management (must be an accredited program).</h3>
</p>
<br>
</br>
<p>
<h2><span style="color:#0E99B5;"><u>Animator:</u></span> Creates films for production and designs.</h2>
</p>
<p>
<h3><u>Qualifications:</u> Create a portfolio and have a bachelors in computer animation or in a similar field.</h3>
</p>
<br>
</br>
<p>
<h2><span style="color:#0E99B5;"><u>Graphic Designer:</u></span> Creates visual concepts using computer software to communicate ideas and captivate consumers.</h2>
</p>
<p>
<h3><u>Qualifications:</u> Bachelor degree in graphic design and have IT and drawing skills.</h3>
</p>
</div>
<div class="footer">
<p>©️S.T.E.A.M Spectrum</p>
</body>
</html>