Skip to content
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

add transfoation to card and header #2013

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Iryna1802
Copy link

@@ -18,8 +18,15 @@
border-radius: 5px;
margin-bottom: 48px;

transition: all $duration;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't use all, list all transition properties, it is better for performance

@Iryna1802 Iryna1802 requested a review from DarkMistyRoom August 1, 2023 08:04
Copy link

@ivbutsykin ivbutsykin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

src/index.html Outdated
@@ -1,5 +1,6 @@
<!doctype html>
<!doctype html>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<!doctype html>
<!doctype html>


&:hover {
transform: scale(1.2);
color: #34568b;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be nice to move color variables in constants

@Iryna1802 Iryna1802 requested a review from ivbutsykin August 4, 2023 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants