-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmesa.html
64 lines (56 loc) · 1.94 KB
/
mesa.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
<!DOCTYPE html>
<html>
<head>
<title>MESA Webpage!</title>
<meta charset="utf-8"/>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display|Muli|Cardo" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="mesa.css">
<link rel="icon" href="profilepic.png">
</head>
<body style="margin: 0;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/bOZT-UpRA2Y" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>
<img class="luz" src="kyla.JPG">
<h1>
HEllO Worlddddd
</h1>
<div>
<img class="lesley" src="meme.jpeg">
<p class="priscilla">Hello World! :)</p>
</div>
<a href="usc.com" class="susan"> CLICK ME! </a>
<!--
<div></div>
class=""
onclick=""
style=""
border
margins/padding
color/background
font-size
.profilepicr:hover {
-webkit-animation-name: rotate;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
@keyframes bordercol {
0% {border: solid 5px #42f4b0;}
50% {border: solid 20px #41ebf4;}
100% {border: solid 5px #42f4b0;}
}
import some fonts!
<script></script>
function change(homebutton)
{
homebutton.src='home2.png';
}
<ul></ul>
<li></li>
<p></p>
<a></a>
<img>
<video>
-->
</body>
</html>