Responsive base-apparel-coming-soon-master
Design comparison
Solution retrospective
This is my first try with Webflow. Since I use their "starter" version, I don't have access to the standard html/css/js files. I just copied and pasted the code from the source of live website to my index.html file. Working with Webflow was an interesting experience for me and I am going to do some more projects using Webflow.
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Parisa Darkhal, how are you? I really liked the result of your project, but I have some tips that I think you will enjoy:
Avoid having more than one
h1
per page, this will be a little confusing for screen readers, as the h1 is the main title of the page, if you want to break a line you can use amax-width
on the desired element!<h1 class="heading textbox">W E ' R E</h1> <h1 class="heading headingbox">C O M I N G</h1> <h1 class="heading headingbox">S O O N</h1>
The rest is great!
I hope it helps... 👍
Marked as helpful1 - @ParisaDarkhalPosted about 2 years ago
Hey Adriano! Thank you very much for your feedback. I am going to remake this web page using with writing the html/css code on VScode, since I just used Webflow to make this one. I will consider your points there. I follow you , hopefully you can guide me more on my path to learn frontend coding.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord