Jeremy
@JMwiraAll comments
- @sliyarliSubmitted 10 months ago@JMwiraPosted 10 months ago
well done dear @Shahil. i just have a suggestion regarding centering the content of the body section at the center of the screen in both x and y axis. if you are good with tailwind css you can apply justify-center and items-center style to the container that's containing the image and the text that is on its right side. if you just want to do it with css i suggest you apply the margin-left:auto and vertical-align: middle style. besides that, here is another way you can solve it .container{ display: flex; justify-content: center; /* Align horizontal / align-items: center; / Align vertical */ } wish you all the best
1 - @wiliebSubmitted 10 months ago
Hello devs, I managed to finish this project, finally after procrastinating for about 6 months. However, I found it quite challenging to attain responsiveness, even at the slightest level. What's the best approach to attain that, the svgs gave me quite some hard time?
@JMwiraPosted 10 months agoHi wilieb. first of all i would like to encourage you toards being a frontend master. well, the one suggestion i have for you on improving the way you implemented your newsletter signup form is to use values in % so you can maintain the size of your divs on all screen size. the form can be 50% and the image 50% then later as the screen size decreases, you can implement media queries in your css to have the page fully responsive. good job
Marked as helpful1 - @kadan-developSubmitted 10 months ago
Hello guys 👋 This is my first project using TailwindCss, and I cant tell it was a pretty good experience..looking forward to used it more(correct me if i'm wrong 😅). Any feedback is welcome. Thanks!
@JMwiraPosted 10 months agowell, tailwind has been my favorite styling tool too for almost 6 months now. simplifies and speeds up my development time . keep it up
Marked as helpful1