-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (57 loc) · 1.4 KB
/
index.html
File metadata and controls
61 lines (57 loc) · 1.4 KB
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
<!DOCTYPE html>
<html>
<head>
<title>SrVladyslav</title>
<style>
.title {
font-family: 'Charmonman', cursive;
}
.flex {
display: flex;margin-bottom:
}
.enlace {
font-family: 'arial', bold;
}
h1{
text-align:center;
font-size: 8em;
margin: 0;
margin-top: 1em;
margin-bottom: 0;
font-style: bold;
color: red;
}
h1:hover {
font-size: 8.2em;
color: blue;
}
body {
background: url("https://images.pexels.com/photos/36717/amazing-animal-beautiful-beautifull.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
background-size: cover;
}
img {
height: 2em;
width: 8em;
}
</style>
<link href="https://fonts.googleapis.com/css?family=Charmonman" rel="stylesheet">
</head>
<body>
<div>
<h1 class="title">Coding is Awesome!</h1>
</div>
<div>
<center>
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="transparent"><tr><td>
<A HREF=" http://www.google.com/">
<IMG SRC="http://www.stickpng.com/assets/images/580b57fcd9996e24bc43c51f.png" border="0" ALT="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="" style="background-color: transparent;border-color: blue;">
<INPUT TYPE=hidden name=hl value=es>
<INPUT type=submit name=btnG VALUE="Search" style="background-color: red;border-color: blue;">
</td></tr></TABLE>
</FORM>
</center>
</div>
</body>
</html>