HTML file:
<div id="home">
<b><p class="split-para">java<br><a href="j_temp.html" class="float">temperature converter in terminal</a> <br>
<a href="j_palindrom.html" class="float">palindrome checker</a> <br>
<a href="j_tkinter.html" class="float">gui for the temp converter</a> <br>
<a href="j_cd.html" class="float">gui for the palindrome checker</a>
<span>java/css3/js/jquery/springboot <br>
<a href="ass_sportfolio.html" class="float">eportfolio</a> <br>
<a href="ass_js.html" class="float">datavalidation with javascript</a> <br>
<a href="ass_cd.html" class="float">implementing a given class diagram</a> <br>
<a href="ass_canvas.html" class="float">java + canvas</a> <br>
<a href="ass_interaction.html" class="float">java interaction</a></span></p>
</b></span></p>
CSS file:
.split-para { display:block;margin:10px;}
.split-para span { display:block;float:right;width:50%;margin-left:10px;}
Any thoughts on why the outcome looks like this?
I've been trying to resolve this issue for quite some time now. I simply want the python projects on the left and html5/css3 projects on the right to be on the same row next to each other.
Are there any other code snippets that could help with this or does anyone have a solution in mind?
Thank you very much