@franciscosilva01Submitted 10 months ago
bem de boas pra fazer, não usei nenhuma linguagem apenas HTML e CSS
bem de boas pra fazer, não usei nenhuma linguagem apenas HTML e CSS
You are doing great but here are few things you can do to make it more beautiful.
display:flex;
or any other code you are ok with.Well everything is fine. Practice more and more to be good at this.
rewrite your CSS and try to make it look like the design. Use this to toggle images and text using keyboard buttons.
document.addEventListener("keydown", function(event){ if(event.key === "ArrowLeft"){ //your images and text changing code. } })
Try to write code in a way so that the output of your code can look similar to the design provided.