こんにちは、私はCSSとHTMLのために新しいです。私はボディとフッタの間のスペースを削除する必要があります。どんな助け? 私は段落と同じラインで画像を追加したいボディとフッタの間の不要なスペースを取り除く
<!DOCTYPE html>
<html lang="en">
<head>
<title>Neotic</title>
</head>
<body>
<div>
<center><img src="{{STATIC_URL}}Neoticlogo.png" height="200" width="400" alt="Logo" ></center>
<center> <font face="Arial" size="14.18" color=" #587974" >Beat the markets with AI </font></center>
</div>
</br>
</br>
<div class='row' style="background: #3CB371" >
<div class="col-lg-4">
<p style=" color:#EDEDED; font-family: Arial; font-size:+9; padding-left: 90px; width:400px" align="justify"> Neotic is a trading support platform, that allows traders to test trading strategies and provides related trading recommendations leveraging artificial intelligence, without writing a single line of code.</p>
</br>
<p style=" color:#EDEDED; font-family: Arial; font-size:+9; padding-left: 90px; width:400px" align="justify"> The artificial intelligence is based on a machine learning algorithm that incorporates corporate fundamentals, historical prices and financial news</p>
<b> <p style=" color:#EDEDED; font-family: Arial; font-size:+10; padding-left: 90px; width:400px" align="justify"> We are upgrading our services and revamping our brand</p> </b>
</div>
<div class="well">
<center> <p class="text-muted" style="color:#EDEDED; font-family: Arial; font-size:+2" >©2017 Neotic. All rights reserved </p> </center>
</div>
</footer>
</body>
あなたはJSFiddleとCSSを追加することはできますか?また、あなたのコードはなぜ分離されていますか?あなたが1つを作っていないので、手品をしている人のために多くのものを駄目にする。 – InvincibleM
ところで、HTML4 [
@JamesDouglas私は自分のコードでJSFiddleを一緒に擦ったことができました。答えを投稿するつもりですが、間違っていれば私を修正してください... – InvincibleM