javascript auto typer

Solutions on MaxInterview for javascript auto typer by the best coders in the world

showing results for - "javascript auto typer"
Johanna
02 Jun 2017
1<!DOCTYPE html>
2<!-- code by webdevtrick ( https://webdevtrick.com ) -->
3<html>
4 
5<head>
6  <meta charset="UTF-8">
7  <title>Auto Type</title>
8  <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
9 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
10 
11      <link rel="stylesheet" href="style.css">
12 
13</head>
14 
15<body>
16 
17  <section class="pen">
18<h1 class="text">Webdevtrick.com Is
19  <span
20     class="txt-rotate"
21     data-period="2000"
22     data-rotate='[ "Awesome.", "Amezing.", "Very Informative.", "Source Code Sharing Blog.", "Great!" ]'></span>
23</h1>
24</section>
25 
26    <script  src="function.js"></script>
27 
28</body>
29 
30</html>
31