<div class="content">
<div class ="imgs">
<a href="#"><img src="images" alt="some_text" width="250" height="210"></a>
</div>
<div class = "compu">
<div id="titulo">text</br></div>
<div id="subtitle">text </div>
</div>
</div>
Can someone help me with formatting the text in titulo and subtitle??
This is the CSS I have for compu:
.compu
{
position: relative;
width: 250px;
font-family: Helvetica, sans-serif;
color: #1B57A0;
letter-spacing:2px;
line-height:120%;
font-size: 12px;
font-weight: normal;
text-align: justify;
}
I am new to HTML and CSS, and this is my first project. Any guidance would be appreciated. Thank you.