Skip to content

Commit

Permalink
max width 980 change to 1000
Browse files Browse the repository at this point in the history
color change to #12dd34
  • Loading branch information
TharushaSandarashmi authored Oct 23, 2019
1 parent 1d76af6 commit b22c048
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/java/Java_Start_Guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<title>Java Start Guide</title>
<style>
body {
max-width: 980px;
max-width: 1000px;
border: 1px solid #ddd;
outline: 1300px solid #fff;
margin: 16px auto;
margin: 17px auto;
}

body .markdown-body {
Expand All @@ -19,7 +19,7 @@
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
color: #333333;
color: #12dd34;
overflow: hidden;
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
font-size: 16px;
Expand Down Expand Up @@ -940,4 +940,4 @@ <h3><a id="Moving_On_38"></a>Moving On</h3>
</code></pre>
<p>Now what? There’s not that much syntax for Java, but there’s so many ways you can program and explore. Consider visiting a tutorial site such as <a href="https://www.learnjavaonline.org/">LearnJava</a> or <a href="https://www.codecademy.com/learn/learn-java">CodeAcademy</a> to delve deeper into the language of Java.</p>
</body>
</html>
</html>

0 comments on commit b22c048

Please sign in to comment.