-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (54 loc) · 1.45 KB
/
index.html
File metadata and controls
59 lines (54 loc) · 1.45 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
<html>
<head>
<style>
body {text-align:center;
background-color:blue;
background-size: 100%;
color: yellow;
font-family: Arial;
}
.paiva {
width: 150px;
border-radius: 150px;
border: 200px solid white
margin-top: 40px;
margin-bottom: 10px;
}
.logo {
width: 80px;
margin-top: 40px;
}
h1 {
margin-top: 0%;
margin-bottom: 0%;
font-size: 30px;
}
h2 {margin-top: 0%;
margin-bottom: 30%;
font-size: 22px;
font-weight: normal
}
a { color: yellow;
text-decoration: none;
background:rgb(7, 7, 7)
width: 200px;
height: 35px;
line-height: 35px;
display: inline-block
margin-bottom: 10px;
border-radius: 20px;
}
</style>
<title>Cosme Paiva</title>
</head>
<body>
<img src="paiva.jpg" class="paiva" />
<h1>Cosme Paiva</h1>
<h2>Software Enginner</h2>
<a href="http://google.com"> Fale comigo : )</a>
<br />
<a href="http://google.com"> Meu Linkedin</a>
<br />
<img src="driven.png" class="logo" />
</body>
</html>