-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sherman, personal portfolio #45
base: master
Are you sure you want to change the base?
Conversation
Personal Portfolio SiteWhat We're Looking For
|
<p class="flex-container"> | ||
<img src="/Users/xtina206/ada/week-six/personal-portfolio-site/images/bunny.gif" alt="Positive Bunny"/> | ||
<img src="/Users/xtina206/ada/week-six/personal-portfolio-site/images/Grateful.jpg" alt="Grateful Rainbow" /> | ||
<img src="/Users/xtina206/ada/week-six/personal-portfolio-site/images/bunny2.gif" alt="PositiveBunny2"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your images don't work on any computer besides your own because you've used absolute paths for each of them. I don't have a Users/xtina206 folder on my mac, so I can't see any of these beautiful images rendering in the page.
<h2>Welcome to here</h2> | ||
|
||
|
||
<img src="http://placekitten.com/600/300" alt="placekitten" > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image that you pulled from the web is the only one I could see, since it was loading from the web.
|
||
|
||
|
||
<div class="footer"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is already a footer tag that we went over explicitly, I'm not sure why you need a div here instead.
text-align: center; | ||
font-family: 'Sawarabi Mincho', sans-serif; | ||
} | ||
.footer { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You had this class style in more than one file. Seems like a good use case for a main.css
that gives default styles across the site.
Personal Portfolio Site
Congratulations! You're submitting your assignment!
Comprehension Questions