Hello everyone! In this challenge i tried to focus more on the responsiveness because i feel like that is difficult for me, so i will gladly hear how i can improve on that also im very new to JS so i'm curious how my code could better and more efficient. As always all feedback is greatly appreciated, Thanks!
Tuncay EŞSİZ
@tunjayoffAll comments
- @Peteksi95Submitted almost 2 years ago@tunjayoffPosted almost 2 years ago
adding some transition effect to your slider can make the transitions smoother and more pleasing to the eye. good job, keep it up!
1 - @JureczegSubmitted almost 2 years ago
I think my index.html is wrote terrible, but for first time i think its not that bad
@tunjayoffPosted almost 2 years agoI'm not an expert on this subject, but it's very valuable that you do what most people can't do and try different things. the first thing I can suggest to you is that you can try to use semantic web tags (like main, article etc.) in your next codes. the second thing I suggest is that you don't have to create divs for everything. for example
<h2> Equilibrium #3429 </h2>
you can use this instead of
<div id="header"> Equilibrium #3429</div>
Marked as helpful1