Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
17
Comments
14
MiksDev04
@MiksDev04

All comments

  • Mariam Alli•250
    @mariamALLI
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    Remembering how to use pure css without css framework after a long while of not practicing.

    What challenges did you encounter, and how did you overcome them?

    The challenge I faced was figuring out how to properly balance Fname and Lname input when the field was not filled in at first in the desktop version. However, I haven't figured it out but still working on it.

    What specific areas of your project would you like help with?

    What CSS attribute to use in properly aligning the Fname and Lname input on the desktop version? any feedback will be appreciated.

    Responsive contact form page using vanilla js

    #pure-css
    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    good looking, keep it up😀

  • Alex 🤸🏻‍♂️•1,710
    @sksksk2024
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    I've done more improvements in js and I'm happy :D

    Super responsive FAQ accordion using pure CSS

    #pure-css
    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    well done, keep it up😉

  • Alex 🤸🏻‍♂️•1,710
    @sksksk2024
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    That I understand more js now :)

    What challenges did you encounter, and how did you overcome them?

    Js as usual. Searching and practising is saving me ;)

    Super responsive rating component js

    #pure-css
    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    Looking good. Keep it up yo will become much better in no time!😉

  • Alex 🤸🏻‍♂️•1,710
    @sksksk2024
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    Understanding even a bit of a bit of js is a big win for me!!!

    What challenges did you encounter, and how did you overcome them?

    Js for sure! Grid now is not that hard anymore..

    Responsive Tip Calculator : _ )

    #pure-css
    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    looking good, keep it up😄

  • bcstith75•120
    @bcstith75
    Submitted 11 months ago

    Responsive Time Tracker

    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    Keep practicing 😉. Practice can't make you perfect but definitely will help you to improve.

  • Arcloan•770
    @Arcloan
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    I managed to complete the task :)

    What challenges did you encounter, and how did you overcome them?

    The dialog for the mobile version and some kind of issues constraining the size of the image.

    What specific areas of your project would you like help with?

    I don't know if the way I coded the dialog is a good one so any suggestion will be welcome. Anyway all suggestions on anything are welcome too. Thank you

    newsletter-signup

    #pure-css
    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    nice going 😉. Keep it up. For sure you will became a successful developer if you continue this passion.

  • Sakthivel Ramesh•150
    @sakthivel155
    Submitted 11 months ago

    Testimonials-grid-section mobilefirst responsive design(optimised CSS)

    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    very nice , keep it up😉

  • Accel-exe•170
    @Accel-exe
    Submitted 11 months ago

    Cards

    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    Nice solution you got there. It is nice . Keep it up😉.

  • Jorgel7202•80
    @Jorgel7202
    Submitted 11 months ago

    Está s la solución para el primer desafío de la segunda ruta de aprend

    #pure-css
    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    Looking good 🤩. Keep it up, you will become better in no time

  • Jun Wei•200
    @junwei-wong
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    Changing hr into a single shade, you will need to add border-style:solid.

     hr {
        border-color: var(--stone-150);
        border-style: solid;
      }
    

    Targeting the li marker specifically to change it's color

      ul ::marker {
        /* works */
      }
    
      li::marker{
        /* works */
      }
    

    Adding border to the each rows

      tr:not(:last-child) td {
        border-bottom: 1px solid var(--stone-150);
      }
    
    What challenges did you encounter, and how did you overcome them?

    Mainly the learnings above, also just searching for the answers. I am using the codeium extension on vscode.

    What specific areas of your project would you like help with?

    I used header tags just for the easy benefit of the padding and sizing, is there a better html element to use for headers?

    Recipe using pure CSS and no classes

    #pure-css
    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    nicee!! 🤩 Your solution is almost the same as the original design. Great job. Keep it up!

  • Lalit Kumar•40
    @kumarlalit53455
    Submitted 11 months ago

    Social Link Profile

    #pure-css
    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    Looking good bruh... Maybe you can practice more on your spacing and some adjustment to some elements. More importantly keep improving. Keep it up😁

  • Arcloan•770
    @Arcloan
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    This is the first js project I completed.

    What challenges did you encounter, and how did you overcome them?

    A little challenge was to adjust the size of the share button and the position of it a little of when clicked.

    What specific areas of your project would you like help with?

    Any suggestions are welcome. I don't know if what I did to hidden the share links is correct. I double typed the hidden class to boost specificity because it was targeted by another class for the styling.

    Article_preview

    #pure-css
    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    I am glad to see some design of others here in frontendmentor. Keep it up, I hope we finish every challenges and improve our web development skills

  • Bachtiar Azizy•210
    @Bachtiarazizy
    Submitted 12 months ago

    Blog-preview-card

    #accessibility#pure-css
    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    I thinks your solution is good men. Keep it up😀

  • ayeniDan•160
    @ayeniDan
    Submitted about 1 year ago

    qr-code-component-main

    #pure-css
    1
    MiksDev04•250
    @MiksDev04
    Posted 11 months ago

    wow it is almost identical , looking good, keep it up😄

Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub