I’m working on a resume; currently exists at this site. The side border is static at the moment, but I’d like either JavaScript or CSS to make it expand to the height of the section. Tips?
Thanks,
Max
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You currently have the border set on the
dt, simply move theborder-rightdeclaration from thedtto theddand change theborder-rightto aborder-leftand everything should look as you want it.edit: of course, the padding you put on
dtwill also need to be transferred to maintain the same look.edit 2: complete solution:
remove
add