You should use margin
and padding
to align them correctly, something like:
.title{
margin-left: 46px;
}
.summary{
padding: 5px 80px;
}
solved css to align title and summary [closed]
You should use margin
and padding
to align them correctly, something like:
.title{
margin-left: 46px;
}
.summary{
padding: 5px 80px;
}
solved css to align title and summary [closed]