Is there a way for me to align with the others without being stuck below #first_tab in the code?
I'm having trouble figuring it out on this website:
Your assistance would be greatly appreciated!
Thank you in advance!
CSS Code:
#first_tab
{
width:210px;height:540px;
display:inline-block;
background: #264572;
}
#content_first{font-size: 14px;color:white;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;padding-left: 10px;}
#title_first{text-align:left;color:#8CC63F; font-family: muli, sans-serif;
font-size: 24px;
font-weight: 500;
letter-spacing: 2px;
line-height: 1.4;padding-left: 10px;}
#second_tab
{
width:210px;height:540px;
display:inline-block;
background: #264572;
margin-left: 10px;
}
#third_tab
{
width:210px;height:540px;
display:inline-block;
background: #264572;
margin-left:10px;
}
#four_tab
{
width:210px;height:540px;
display:inline-block;
background: #264572;
margin-left: 10px;
}
HTML Code:
<div id="first_tab">
<p id="title_first">Quality</p>
<p id="content_first">Ensuring top-notch quality of our installations following European standards is central to our work. That's why we partner with reputable brands like Philips, Bosch, Zanussi.</p>
</div>
<div id="second_tab">
</div>
<div id="third_tab">
</div>
<div id="four_tab">
</div>