-
Notifications
You must be signed in to change notification settings - Fork 13
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
First PR - Michelle Yu #3
base: main
Are you sure you want to change the base?
Conversation
MichelleYu/home.html
Outdated
<div class="fullwrap"> | ||
<img src="weathering with you.jpg" alt="Weathering With You" width="500" height="700"> | ||
<div class="fullcap"> | ||
Weathering With You<br><br>Pure delight and tearfully gorgeous<br><br>This story follows a runaway teenaged boy who meets a sunshine girl in Tokyo. It dwells on the theory of fate, where one meets his other half through supernatural means and grit. This is the film's main theme, where the environment is used to appeal than solidify as a breathtaking experience for most audiences. Although instilled with fantasy and Shinto mythology, there is still a hint of reality. References of global warming, child protective services, and struggles in a capitalist society are woven in masterfully.<br><br>Weathering with You is a beautifully animated film about young, spontaneous love that transcends mother nature. 8.5/10 |
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 can put the
tags on another line and move the following text on another line.
MichelleYu/index.html
Outdated
|
||
</div> | ||
|
||
<div style="position: relative; width: 100%; height: 0; padding-top: 33.3333%; padding-bottom: 48px; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden; border-radius: 8px; will-change: transform;"> <iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;" src="https://www.canva.com/design/DAFHccWRBk4/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen"> </iframe></div><a href="https://www.canva.com/design/DAFHccWRBk4/view?utm_content=DAFHccWRBk4&utm_campaign=designshare&utm_medium=embeds&utm_source=link" target="_blank" rel="noopener"></a> |
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.
Remove enter spaces between tags.
MichelleYu/style.css
Outdated
position: relative; | ||
text-align: center; | ||
width: 75%; | ||
padding: 20px; |
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.
Align text.
MichelleYu/style.css
Outdated
p { | ||
letter-spacing: 2px; | ||
color: #67595E; | ||
/*border-bottom: 1px dashed #777;*/ |
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.
Remove commented code before pushing at all times. :)
MichelleYu/style.css
Outdated
color: white; | ||
} | ||
|
||
/* (D) SHOW/HIDE */ |
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.
Great comments!
MichelleYu/home.html
Outdated
<link rel="javascript" href="script.js"> | ||
<link href='https://fonts.google.com/specimen/Ubuntu#standard-styles' rel='stylesheet'> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
</head> |
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.
Remove this spacing between tags.
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.
Good job overall, just some formatting of code you need to fix.
No description provided.