Forum Thread
Ascending Dragon’s F2U Codes
Forum-Index → Diaries → Ascending Dragon’s F2U CodesI guess I’ll post free to use codes here <3
I’m not sure if this belongs to the fan arts section or not, but this is still WIP
Types of websites these codes can be supported on
It will be appreciated to suggest how the final result of the codes will turn out like.
!!And please note that all images used will be taken from freepik!!
I’m not a professional coder, so some things may be out of my range
This one is kind of old.....
For Toyhouse, haven’t designed CSS yet
<!DOCTYPE html>
<html>
<head>
<style>
div {
background-color: #4C0B5F;
width: 500px;
border: 15px solid #A9BCF5;
padding: 30px;
margin: 20px;
}
</style>
<h1 style="color:#D0A9F5;font-family:ariel, sans-serif;">Character Name</h1>
<hr>
</head>
<body>
<div><h2 style="color:#F3F781;">
Insert Ref sheet /main art here
<hr>
Name:
<hr>
Gender:
<hr>
Occupation:
<hr>
Species:
<hr>
Homeland:
<hr>
Personality:
<style>
.desc {
background-color: #08088A;
width: 300px;
border: 5px solid #F3F781;
padding: 90px;
margin: 20px;
}
</style>
<div class="desc">
Description:
<hr>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</div>
</h2>
<style>
.hyrie {
background-color: #A4A4A4;
width: 250px;
border: 10px solid green;
padding: 90px;
margin: 10px;
}
</style>
<h1 style="color:#FFFF00;font-family:verdana;">About the Pokemon</h1>
<div class="hyrie"><h2 style="color:#8A0829;font-family:courier;">
<hr>
Type:
<hr>
Ability/Trait:
<hr>
Level:
<hr>
Nature:
<hr>
Item:
<hr>
Shiny?
<hr>
IVs:
<hr>
HP:
<br>
Attack:
<br>
Defense:
<br>
Special Attack:
<br>
Special Defense:
<br>
Speed:
<hr>
EVs investment:
<br>
HP:
<br>
Attack:
<br>
Defense:
<br>
Special Attack:
<br>
Special Defense:
<br>
Speed:
<hr>
Moveset:
<br>
Move 1
<br>
Move 2
<br>
Move 3
<br>
Move 4
<hr></h2>
<p style="text-align:right;color:darkblue"><sup>html coding by <a href="https://pokeheroes.com/userprofile?name=Yvelette">Yvelette</a></sup></p>
</div>
</body>
</html>