Я знаю только обычный HTML и CSS, теперь я хочу знать, как использовать Bootstrap и реагировать на все устройства. Просто я скопировал CDN из интернета.
Это мой первый сайт в Bootstrap.
<div id="wrapper">
<div id="logo">
<div id="l1">
<a href="index.php">
<img src="image/logo.png" width="87" height="80"/></a><br/><b style="color:#000;">Triton Exports <br/></div>
<div id="l2">
<p>
<span class="t1">Email : info@tritonexports.com <br/>Mobile:9791900725</span><br/>
</p>
</div>
</div><!--wrapper-->
style.css
#wrapper
{
width:1000px;
margin:auto;
height:auto;
}
#logo
{
width:1000px;
height:135px;
float:left;
background-color:#FFF;
}
#l1
{
width:400px;
height:auto;
float:left;
padding-left:100px;
padding-top:10px;
}
#l2
{
width:300px;
height:auto;
float:left;
padding-left:200px;
line-height:20px;
}