Hi , i am doing my web in wordpress.
in my css file i got this class :
.homebox {
width : 460px;
background-color : #adadad;
display : block;
float : left;
margin-bottom : 20px;
}
This homeboxs are the boxes that contain text in my learn page.
So i want them to have 2 sizes of text , one for the title and the other for the rest of the text.
I also want to have a 2 pixel border around the table.just like what you see in this page
Can you help me figure out what do i need to write inside my code in my css ( posted above) ?