I have become passionate about WEB DEVELOPMENT and the creation of INTERNET SITES. My passion for programming and web design has led me to develop multiple projects, starting from school projects or projects of my interest, up to the creation and management of sites for some local companies.
I’m currently learning...I'm 21 years old and I am currently attending the University of Verona, at the Computer Science Department, to deepen my knowledge of technology and CS. I have hobbies like going to the gym and have been trying to learn about the world of Crypto and Forex trading for quite some time.
Latest solutions
Latest comments
- @michaelvalanSubmitted over 1 year ago@francescomerighi1202Posted over 1 year ago
The solution you submitted is great! Very well!
The only "problem" I noticed is that it is not very responsive for "medium" devices such as tablets or small PCs.
But then again, it's spectacular, congratulations (even the animations are crazy).
Marked as helpful1 - @UNtergasSubmitted over 1 year ago@francescomerighi1202Posted over 1 year ago
1 - Your solution doesn't seem responsive :( Hint: try adding a media query (@media) and inside it change the direction of your flex-container (flex-direction property).
2 - Why did you use all those <span> tags? You could easily have used more appropriate tags like <div>, <p>, etc...
3 - Regarding the style, the gradient of the left part (including the circle) is not correct.
Regardless, the solution you posted is a good one.
In any case, feel free to check out my solution if it helps you.
P.S. If you found this comment useful, please mark it :)
Marked as helpful0 - @JustANippleSubmitted over 1 year ago@francescomerighi1202Posted over 1 year ago
The solution you submitted is great!
3 - @efkevi-nSubmitted almost 2 years ago@francescomerighi1202Posted almost 2 years ago
Hi there!
Your solution is good!
A tip, avoid using different CSS files, especially for projects of this type.
Another tip, use flexbox or grid to center the card horizzontally and vertically.
Hope this helps! If this is the case I ask you to mark this comment as useful ;)
In any case, don't hesitate to look at my solution if you need it
Marked as helpful0 - @tejasvi2708Submitted almost 2 years ago@francescomerighi1202Posted almost 2 years ago
The solution you posted is not responsive :(
Try adding a media query that handles page behavior on different device sizes.
One more thing, avoid using fixed height and width (especially heights), let the card adjust to the content.
I also advise you to use flexbox, not only to center vertically and horizontally, but also to ensure that below a certain threshold, the cards are arranged vertically, as shown in the result.
In any case, don't hesitate to look at my solution if you need to ;)
0 - @Bumble-sakhSubmitted almost 2 years ago@francescomerighi1202Posted almost 2 years ago
A piece of advice, increase the breakpoint of the average query to 600-650px because this way it is too low and for example, on an iPhone 13 Pro (390px - like mine) it is not reponsive at all.
Marked as helpful1