Latest solutions
- Submitted 3 months ago
Social links profile
- HTML
- CSS
I would like to know how does one build out a design as closely as possible without a figma file, got any hacks or methods to it?
- Submitted 3 months ago
Blog preview card
- HTML
- CSS
I would like to get help with transition effects how one can make smooth and calm transitions. What other properties are helpful and if there is any standard practice to it.
Latest comments
- @rajaab100Submitted 2 months ago
- @cohocSubmitted 4 months ago
- @gabbyhunter1Submitted 4 months ago@AravindM817Posted 3 months ago
Great attempt, I just wanted to suggest that you forgot to apply the color changing hover effect for the button if you look at the active-states.jpg from design folder you will notice the difference. Also I am just guessing but the image is not being properly displayed in mobile view because of display:block property for img, picture.
0 - @KosmoSlayeRSubmitted 3 months ago@AravindM817Posted 3 months ago
Great attempt! One thing I could suggest is to add an effect such as ease or ease-in-out to the transition effect property it will make the transition a lot better.
.title { font-weight: bold; transition: color 80ms ease-in-out; }
0 - @JoseLeoV77Submitted 3 months agoWhat specific areas of your project would you like help with?
Any feedback helps!
- @Mse103454Submitted 3 months ago@AravindM817Posted 3 months ago
Great work, I would suggest to focus on typography and to make the layout both large screen and mobile responsive.
1