About
Explore
Events & Classes
Support Us
Join
Sign In
Ashley Piper
View Project Page
Run
Fullscreen
my intro!
HTML
CSS
JS
<!-- Created by creative_programmer, subject to copyright. THIS GOT FEATURED AND UPVOTED BY CODERKOKO!!!! --> <!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="author" content="creative_programmer"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <h1>welcome!</h1> <h3>i'm ashley, an extrovert, programmer and, well a banana (put in your bio or intro #anotherBanana)! i code and blog!</h3> <h3>i'd love to codaborate with anyone!</h3> <h3>// ♉ am a taurus // gryffindor // British // 12 // girl // call me ashley // 👩ðŸ»â€ðŸ’» am a new coder // blue // red // earbuds // bows // cousin of two other JCers // 👩ðŸ¼â€ðŸŽ¤ am an actor //</h3> <h3>oh my- 21 FOLLOWERS?!? thnx so much!</h3> <h1>what i'm working on</h1> <h3> ✉ INBOX - 2 NOTIFICATIONS<br> ↪ making another project<br> ↪ back 2 school<br> </h3> <h3> mAiL rEcOrD: 100<br> ---✌ how i love it when it's peaceful! put this in ur profile/intro if you're the same ✌--- </h3> <h3> Now go follow my cousins:<br> <a target="_blank" href="https://justcodaborate.com/user-2">usertoy</a><br> <a target="_blank" href="https://justcodaborate.com/user-102">codette</a><br> <a target="_blank" href="https://justcodaborate.com/user-194">clouder</a> </h3> </body> </html>
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap'); body { text-align: center; font-family: 'Indie Flower'; color: white; background-color: #b54dff; line-height: 130%; margin-top: 15%; } a { color: blue; text-decoration: none; }