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

Swap first and last li element jquery #16

Open
quyen91 opened this issue Mar 8, 2018 · 0 comments
Open

Swap first and last li element jquery #16

quyen91 opened this issue Mar 8, 2018 · 0 comments
Labels

Comments

@quyen91
Copy link
Owner

quyen91 commented Mar 8, 2018

  • Using rotate for li + ul
ul {
    transform: rotate(180deg);
}
ul > li {
    transform: rotate(-180deg);
}

https://stackoverflow.com/a/25695025/3551956

@quyen91 quyen91 added the css label Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant