Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Jeremyβ€’ 220

    @JMwira

    Posted

    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
  • wiliebβ€’ 30

    @wilieb

    Submitted

    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?

    Jeremyβ€’ 220

    @JMwira

    Posted

    Hi 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 helpful

    1
  • Danielβ€’ 170

    @kadan-develop

    Submitted

    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!

    Jeremyβ€’ 220

    @JMwira

    Posted

    well, 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 helpful

    1