<!-- another solution for outline maybe usage of text-stroke attrib CSS-->
<style>
#alignleft {
text-align:left;
padding-left:200px;
}
.central-image {
}
body {
font-family:"Arial", Monospace;
text-align:center;
background-color:white;
}
li {
font-size:17px;
}
h1 {
font-family:"Abril Fatface", Monospace;
font-size:50px;
}
.outline{
color:#ff69b4;
text-shadow:
-0.5px -0.5px 0 #000,
0.5px -0.5px 0 #000,
-0.5px 0.5px 0 #000,
0.5px 0.5px 0 #000;
}
.hugepink-box {
background-color:pink;
margin: 40px 80px 40px 80px;
}
.white-box {
text-align:center;
background-color:#eae078;
margin: 50px 140px 50px 140px;
}
img {
vertical-align:middle;
}
</style>
<div class="hugepink-box container-fluid">
<h1><!-- title in biggest font-->IELTS</h1>
<h1 style="font-size:35px;"><!-- surtitle in italic--><i>International English Language Testing System</i></h1>
<div class="white-box"><!--here we must pad into white huge body box a smaller pink box which will contain img and commentary elements-->
<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.">
<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>
<div id="alignleft">
<p style="font-size:30px; padding-top:35px"><!-- title for an unordered list to come in a 0.5bigger font-->IELTS in facts:</p>
<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>
<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>
<p class="outline" style="font-size:16px; padding-top:30px"><!-- italic colored small and stylished-->-American World No.1 Tennis Arthur Ashe</p>
<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>
</div></div>
<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>
<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>
</div>
<!-- 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 ^_^! -->
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