fork download
  1. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"/>
  2. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"/>
  3. <link rel="stylesheet" type="text/css" href="http://f...content-available-to-author-only...s.com/css?family=Abril Fatface">
  4. <link rel="stylesheet" type="text/css" href="http://f...content-available-to-author-only...s.com/css?family=Arial">
  5. <!-- another solution for outline maybe usage of text-stroke attrib CSS -->
  6. <style>
  7. #alignleft {
  8. text-align:left;
  9. padding-left:200px;
  10. }
  11. .central-image {
  12. }
  13. body {
  14. font-family:"Arial", Monospace;
  15. text-align:center;
  16. background-color:white;
  17. }
  18. li {
  19. font-size:17px;
  20. }
  21. h1 {
  22. font-family:"Abril Fatface", Monospace;
  23. font-size:50px;
  24.  
  25. }
  26. .outline {
  27. color:#ff69b4;
  28. text-shadow:
  29. -0.5px -0.5px 0 #000,
  30. 0.5px -0.5px 0 #000,
  31. -0.5px 0.5px 0 #000,
  32. 0.5px 0.5px 0 #000;
  33. }
  34. .hugepink-box {
  35. background-color:pink;
  36. margin: 40px 80px 40px 80px;
  37.  
  38.  
  39. }
  40.  
  41. .white-box {
  42. text-align:center;
  43. background-color:#eae078;
  44. margin: 50px 140px 50px 140px;
  45.  
  46. }
  47. img {
  48. vertical-align:middle;
  49. }
  50. </style>
  51.  
  52. <div class="hugepink-box container-fluid">
  53. <h1><!-- title in biggest font-->IELTS</h1>
  54. <h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
  55. <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
  56. <img src="https://i...content-available-to-author-only...e.org/603fc07070.jpg" style="padding-top:10px; padding-bottom:30px" alt="Sorry, an error has occured. Contact us by the link provided at the bottom of this page.">
  57. <p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
  58. <div id="alignleft">
  59. <p style="font-size:30px; padding-top:35px"><!-- title for an unordered list to come in a 0.5bigger font-->IELTS in facts:</p>
  60. <ul><!-- usage of bold font in the beginning --><li>- <b>Established</b> in 1989 </li><li>- A <b>popular</b> alternative to famous TOEFL</li><li>- <b>Must have</b> requirement when considering immigration in UK, New Zealand, Australia</li><li>- <b>2 years</b> actualization period</li><li>- <b>Millions</b> of applicants every year easily making it the most popular English language text</li><li>- <b>Comes</b> in two versions: Academic and General training</li><li>- <b>Includes</b> a live interview with an examiner!</li><li>- <b>Constantly</b> updated content</li><li>- <b>Tests</b> your endurance with amazing 2 hrs 45 mins experience</li><li>- <b>Packed</b> with the reading samples of the most brilliant world literature</li><li>- <b>No pass or fail!</b> Flexible nine-band scale</li><li>- <b>Utilizes</b> your astnonishing handwriting skills</li><li>- Available in your country - <b>Today!</b></li></ul>
  61. <p style="font-size:28px; padding-top:30px"><!-- 0.5bigger font with qoutas-->"Start where you are. Use what you have. Do what you can."</p>
  62. <p class="outline" style="font-size:16px; padding-top:30px"><!-- italic colored small and stylished-->-American World No.1 Tennis Arthur Ashe</p>
  63. <p style="font-size:30px; padding-top:30px"><!-- in a bigger font-->Learn more about IELTS on its <a href="https://e...content-available-to-author-only...a.org/wiki/International_English_Language_Testing_System">Wikipedia</a> entry</p>
  64. </div></div>
  65. <p style="padding-top:110px"><!--in a little little font-->Written and coded by <a href="http://c...content-available-to-author-only...n.io/Zeronsul/">0c</a></p>
  66. <div class="row" style="text-align:left; padding-top:30px">
  67. <div class="col-xs-12"> <p style="padding-left:20px">If you liked our work here feel free to express it with this very specific<span class="btn btn-info" style="margin-left:2px; margin-right:2px" type="button" id=#button1> <i class="fa fa-paper-plane">Like</i> </span>button!</p></div></div>
  68. </div>
  69. <!-- I'll be honest, this part of code below doesnt make any sense to me, i jest stole it from https://l...content-available-to-author-only...n.com/en/, I have so much to learn ^_^! -->
  70. <script>(function(d,e,s){if(d.getElementById("likebtn_wjs"))return;a=d.createElement(e);m=d.getElementsByTagName(e)[0];a.async=1;a.id="likebtn_wjs";a.src=s;m.parentNode.insertBefore(a, m)})(document,"script","//w.likebtn.com/js/w/widget.js");</script>
  71. </div>
  72. <!-- for even distribution inside rows your divs must sum up to 12 -->
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"/>
^
Main.java:1: error: class, interface, or enum expected
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"/>
 ^
Main.java:7: error: illegal character: '#'
  #alignleft {
  ^
Main.java:9: error: class, interface, or enum expected
    padding-left:200px;
    ^
Main.java:10: error: class, interface, or enum expected
  }
  ^
Main.java:15: error: class, interface, or enum expected
    text-align:center;
    ^
Main.java:16: error: class, interface, or enum expected
    background-color:white;
    ^
Main.java:17: error: class, interface, or enum expected
  }
  ^
Main.java:20: error: class, interface, or enum expected
  }
  ^
Main.java:23: error: class, interface, or enum expected
    font-size:50px;
    ^
Main.java:25: error: class, interface, or enum expected
  }
  ^
Main.java:27: error: illegal character: '#'
    color:#ff69b4;
          ^
Main.java:28: error: class, interface, or enum expected
     text-shadow:
     ^
Main.java:29: error: illegal character: '#'
    -0.5px -0.5px 0 #000,
                    ^
Main.java:30: error: illegal character: '#'
    0.5px -0.5px 0 #000,
                   ^
Main.java:31: error: illegal character: '#'
    -0.5px 0.5px 0 #000,
                   ^
Main.java:32: error: illegal character: '#'
    0.5px 0.5px 0 #000;  
                  ^
Main.java:33: error: class, interface, or enum expected
}
^
Main.java:36: error: class, interface, or enum expected
    margin: 40px 80px 40px 80px;
    ^
Main.java:39: error: class, interface, or enum expected
  }
  ^
Main.java:43: error: class, interface, or enum expected
    background-color:#eae078;
    ^
Main.java:43: error: illegal character: '#'
    background-color:#eae078;
                     ^
Main.java:44: error: class, interface, or enum expected
    margin: 50px 140px 50px 140px;  
    ^
Main.java:46: error: class, interface, or enum expected
  }
  ^
Main.java:49: error: class, interface, or enum expected
  }
  ^
Main.java:52: error: <identifier> expected
  <div class="hugepink-box container-fluid">
            ^
Main.java:52: error: illegal start of type
  <div class="hugepink-box container-fluid">
             ^
Main.java:52: error: <identifier> expected
  <div class="hugepink-box container-fluid">
                                           ^
Main.java:52: error: ';' expected
  <div class="hugepink-box container-fluid">
                                            ^
Main.java:53: error: <identifier> expected
<h1><!-- title in biggest font-->IELTS</h1>
   ^
Main.java:53: error: <identifier> expected
<h1><!-- title in biggest font-->IELTS</h1>
     ^
Main.java:53: error: illegal start of type
<h1><!-- title in biggest font-->IELTS</h1>
      ^
Main.java:53: error: '(' expected
<h1><!-- title in biggest font-->IELTS</h1>
               ^
Main.java:53: error: ';' expected
<h1><!-- title in biggest font-->IELTS</h1>
                         ^
Main.java:53: error: <identifier> expected
<h1><!-- title in biggest font-->IELTS</h1>
                              ^
Main.java:53: error: illegal start of type
<h1><!-- title in biggest font-->IELTS</h1>
                                ^
Main.java:53: error: ';' expected
<h1><!-- title in biggest font-->IELTS</h1>
                                      ^
Main.java:53: error: <identifier> expected
<h1><!-- title in biggest font-->IELTS</h1>
                                       ^
Main.java:53: error: <identifier> expected
<h1><!-- title in biggest font-->IELTS</h1>
                                          ^
Main.java:54: error: > expected
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
   ^
Main.java:54: error: <identifier> expected
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
         ^
Main.java:54: error: illegal start of type
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
          ^
Main.java:54: error: <identifier> expected
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
                           ^
Main.java:54: error: ';' expected
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
                            ^
Main.java:54: error: illegal start of type
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
                             ^
Main.java:54: error: <identifier> expected
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
                              ^
Main.java:54: error: ';' expected
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
                                ^
Main.java:54: error: ';' expected
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
                                                   ^
Main.java:54: error: '(' expected
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
                                                                               ^
Main.java:54: error: ';' expected
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
                                                                                               ^
Main.java:54: error: illegal start of type
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
                                                                                                       ^
Main.java:54: error: ';' expected
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
                                                                                                         ^
Main.java:54: error: <identifier> expected
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
                                                                                                           ^
Main.java:54: error: <identifier> expected
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
                                                                                                              ^
Main.java:55: error: > expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
      ^
Main.java:55: error: illegal start of type
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
       ^
Main.java:55: error: <identifier> expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
            ^
Main.java:55: error: '(' expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
             ^
Main.java:55: error: illegal start of type
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                        ^
Main.java:55: error: <identifier> expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                         ^
Main.java:55: error: ';' expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                           ^
Main.java:55: error: illegal start of type
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                            ^
Main.java:55: error: ';' expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                                  ^
Main.java:55: error: ';' expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                                          ^
Main.java:55: error: ';' expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                                                   ^
Main.java:55: error: ';' expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                                                              ^
Main.java:55: error: ';' expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                                                                       ^
Main.java:55: error: ';' expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                                                                                 ^
Main.java:55: error: ';' expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                                                                                          ^
Main.java:55: error: ';' expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                                                                                                     ^
Main.java:55: error: ';' expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                                                                                                                 ^
Main.java:55: error: ';' expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                                                                                                                                ^
Main.java:55: error: <identifier> expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                                                                                                                                         ^
Main.java:55: error: illegal start of type
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                                                                                                                                           ^
Main.java:55: error: <identifier> expected
  <div class="white-box"> <!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
                                                                                                                                            ^
Main.java:56: error: ';' expected
  <img src="https://i.imgsafe.org/603fc07070.jpg" style="padding-top:10px; padding-bottom:30px" alt="Sorry, an error has occured. Contact us by the link provided at the bottom of this page.">
   ^
Main.java:56: error: <identifier> expected
  <img src="https://i.imgsafe.org/603fc07070.jpg" style="padding-top:10px; padding-bottom:30px" alt="Sorry, an error has occured. Contact us by the link provided at the bottom of this page.">
          ^
Main.java:56: error: ';' expected
  <img src="https://i.imgsafe.org/603fc07070.jpg" style="padding-top:10px; padding-bottom:30px" alt="Sorry, an error has occured. Contact us by the link provided at the bottom of this page.">
                                                 ^
Main.java:56: error: <identifier> expected
  <img src="https://i.imgsafe.org/603fc07070.jpg" style="padding-top:10px; padding-bottom:30px" alt="Sorry, an error has occured. Contact us by the link provided at the bottom of this page.">
                                                       ^
Main.java:56: error: ';' expected
  <img src="https://i.imgsafe.org/603fc07070.jpg" style="padding-top:10px; padding-bottom:30px" alt="Sorry, an error has occured. Contact us by the link provided at the bottom of this page.">
                                                                                               ^
Main.java:56: error: <identifier> expected
  <img src="https://i.imgsafe.org/603fc07070.jpg" style="padding-top:10px; padding-bottom:30px" alt="Sorry, an error has occured. Contact us by the link provided at the bottom of this page.">
                                                                                                   ^
Main.java:57: error: > expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
   ^
Main.java:57: error: illegal start of type
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                           ^
Main.java:57: error: illegal start of expression
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                            ^
Main.java:57: error: ';' expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                              ^
Main.java:57: error: ';' expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                      ^
Main.java:57: error: ';' expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                               ^
Main.java:57: error: <identifier> expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                                    ^
Main.java:57: error: ';' expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                                            ^
Main.java:57: error: ';' expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                                                     ^
Main.java:57: error: ';' expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                                                                ^
Main.java:57: error: ';' expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                                                                             ^
Main.java:57: error: ';' expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                                                                                     ^
Main.java:57: error: ';' expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                                                                                            ^
Main.java:57: error: ';' expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                                                                                                          ^
Main.java:57: error: ';' expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                                                                                                                        ^
Main.java:57: error: ';' expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                                                                                                                                     ^
Main.java:57: error: ';' expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                                                                                                                                               ^
Main.java:57: error: <identifier> expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                                                                                                                                                 ^
Main.java:57: error: <identifier> expected
<p style="font-size:15px"><!--commentary under picture in small font, nested in white-inside box-->English is the one of the most flexible and versatile languages in the world!</p></div>
                                                                                                                                                                                   ^
100 errors
stdout
Standard output is empty