-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprimeiro_site.html
More file actions
29 lines (23 loc) · 1.36 KB
/
Copy pathprimeiro_site.html
File metadata and controls
29 lines (23 loc) · 1.36 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
<html>
<head>
<title>Meu-Site-Julio</title>
</head>
<body style="background-color:purple;" >
<center>
<img src="imagens/julio.jpg" style="width: 120px; height: auto; border-color:white; border-style: solid; border-radius:75px; margin-top:20px; "/>
<p style="color:white; font-weight: bold;" >@meusitejulio</p>
<br>
<a href="https://">
<input style="width: 90%; height:60px; color:white; background-color:transparent; border-color: white; border-width:2px; font-weight: bold; font-size:15px; cursor: pointer;" type="button" value="Meu Site" />
</a>
<br><br>
<a href="https://facebook.com/juliofernandesdocouto"/>
<input style="width: 90%; height:60px; color:white; background-color:transparent; border-color: white; border-width:2px; font-weight: bold; font-size:15px; cursor: pointer;" type="button" value="Meu FB" />
</a>
<br><br>
<a href="https://instagram.com/juliocoutoneto"/>
<input style="width: 90%; height:60px; color:white; background-color:transparent; border-color: white; border-width:2px; font-weight: bold; font-size:15px; cursor: pointer;" type="button" value="Meu Insta" />
</a>
</center>
</body>
</html>