-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtexto.html
More file actions
22 lines (21 loc) · 829 Bytes
/
Copy pathtexto.html
File metadata and controls
22 lines (21 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PortafolioReplica</title>
<link rel="stylesheet" href="stylestextotest.css" />
</head>
<body>
<svg width="100%" height="100%" viewBox="30 -50 600 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<path id="path">
<animate attributeName="d" from="m0,110 h0" to="m0,110 h1100" dur="6.8s" begin="0s" repeatCount="indefinite"/>
</path>
<text font-size="26" font-family="Montserrat" fill='hsla(36, 95%, 85%, 1)'>
<textPath xlink:href="#path">Hola Soy Alejandra y soy web designer
</textPath>
</text>
</svg>
</div>
</body>
</html>