I am fairly new to html/css and need some help!
I am constructing a personal website to house my resume and content that I have accomplished over my college career.
What I would like to do is have multiple images, not overlapped, in a row, but also have them always centered in the page. Here is what I have in mind:
Also here is some code that i am using for text. I want the images to behave the same way, but be in a row.
#caption2
{
font-size: 50px;
font-family: "Tall Films";
margin-left: -300px;
text-align: center;
position: absolute;
top: 15%;
left: 50%;
width: 600px;
height: auto;
visibility: visible;
display: block
}
Any help?
I am constructing a personal website to house my resume and content that I have accomplished over my college career.
What I would like to do is have multiple images, not overlapped, in a row, but also have them always centered in the page. Here is what I have in mind:

Also here is some code that i am using for text. I want the images to behave the same way, but be in a row.
#caption2
{
font-size: 50px;
font-family: "Tall Films";
margin-left: -300px;
text-align: center;
position: absolute;
top: 15%;
left: 50%;
width: 600px;
height: auto;
visibility: visible;
display: block
}
Any help?