-
Notifications
You must be signed in to change notification settings - Fork 0
initial commit #1
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
base: master
Are you sure you want to change the base?
Conversation
| @keyframes @name { @arguments(); } | ||
| } | ||
|
|
||
| .animation(@arguments) { |
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.
i enjoyed this
| 100% { opacity: 1; } | ||
| }); | ||
|
|
||
| .animation(fade-in 0.2s linear infinite alternate) |
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.
i like the animation
| justify-content: space-evenly; | ||
| // border: 2px solid red; | ||
|
|
||
| @media @mobile { |
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 use of the escapes
| // // visibility: hidden; | ||
| // display: none; | ||
| // } | ||
| // } |
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 commenting
| </section> | ||
| <img src="https://github.com/SZureti/Sprint-Challenge--Advanced-CSS/blob/master/img/blast.png?raw=true" class="blast" alt="Rocket blasting off"> | ||
| <img src="https://github.com/SZureti/Sprint-Challenge--Advanced-CSS/blob/master/img/sky.png?raw=true" class="sky" alt="Space sky image"> | ||
| <img src="https://github.com/SZureti/Sprint-Challenge--Advanced-CSS/blob/master/img/launch.png?raw=true" class="launch" alt="Launching rocket"> |
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 could have left the src the same
| height: 1.5rem; | ||
| font-family: @main-font; | ||
| text-align: center; | ||
| } |
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.
the almighty mixin
No description provided.