fork download
  1. <!-- Codes by HTML.am -->
  2.  
  3. <!-- CSS Code -->
  4. <style type="text/css" scoped>
  5. div.GeneratedGradient {
  6.  
  7. /* Code for the gradient */
  8. background: -webkit-gradient(linear, , color-stop(0, #FFFF00), color-stop(1, #FF9900));
  9. background: -webkit-linear-gradient(, #FFFF00 0%, #FF9900 100%);
  10. background: -moz-linear-gradient(, #FFFF00 0%, #FF9900 100%);
  11. background: -o-linear-gradient(, #FFFF00 0%, #FF9900 100%);
  12. background: -ms-linear-gradient(, #FFFF00 0%, #FF9900 100%);
  13. background: linear-gradient(0, #FFFF00 0%, #FF9900 100%);
  14.  
  15. /* Non-gradient code. This styles things like the text, box, border, etc */
  16. color:#996600;
  17. width:300px;
  18. height:225px;
  19. border-width:1px;
  20. border-color:#000000;
  21. border-style:solid;
  22. padding:1.5em;
  23. font-family:'Comic Sans MS';
  24. font-size:2em;
  25. line-height:1.3em;
  26. }
  27. </style>
  28.  
  29. <!-- HTML Code -->
  30. <div class="GeneratedGradient">Fghhjjjj
  31. Hjkkkmml
  32. Ghjkk
  33. 086433</div>
  34.  
Not running #stdin #stdout 0s 0KB
stdin
<!-- Codes by HTML.am -->

<!-- CSS Code -->
<style type="text/css" scoped>
div.GeneratedGradient {

/* Code for the gradient */
background: -webkit-gradient(linear, , color-stop(0, #FFFF00), color-stop(1, #FF9900));
background: -webkit-linear-gradient(, #FFFF00 0%, #FF9900 100%);
background: -moz-linear-gradient(, #FFFF00 0%, #FF9900 100%);
background: -o-linear-gradient(, #FFFF00 0%, #FF9900 100%);
background: -ms-linear-gradient(, #FFFF00 0%, #FF9900 100%);
background: linear-gradient(0, #FFFF00 0%, #FF9900 100%);

/* Non-gradient code. This styles things like the text, box, border, etc */
color:#996600;
width:300px;
height:225px;
border-width:1px;
border-color:#000000;
border-style:solid;
padding:1.5em;
font-family:'Comic Sans MS';
font-size:2em;
line-height:1.3em;
}
</style>

<!-- HTML Code -->
<div class="GeneratedGradient">Fghhjjjj
        Hjkkkmml
Ghjkk  
         086433</div>
stdout
Standard output is empty