scrimba
Note at 0:18
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Note at 0:18
AboutCommentsNotes
Note at 0:18
Expand for more info
index.html
run
preview
console
<html>
<head>
<link href="index.css" rel="stylesheet">

</head>
<body>
<h1>Create Your Twitter Post!</h1>
<div class="container">
<textarea type="text" id="string" placeholder="Type in the box"></textarea>
<div id="counterFooter">Characters You Have Entered -> 140/140 <- Maximum Characters </div>
<button id="btn"><h2><img class="animated-gif" src="images/twitter1.gif" alt="Twitter logo"></h2></button>

<!-- ******I tried to add the correct code to post to Twitter, but they refused the connect lol -->
<!-- <button id="btn"><h2> <img class="animated-gif" src="images/twitter1.gif" alt="Twitter logo"> <a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>></h2></button> -->


</div>
<script src="index.pack.js"></script>
</body>
</html>
Console
/index.html
LIVE