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

  • K.Damsith 330

    @Damsithcoder

    Posted

    Hi . great work . It might looks better if you follow above things. body { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; } .fullCalculator { height: auto; } and keep coding .

    0
  • K.Damsith 330

    @Damsithcoder

    Posted

    Hello .My congratulations ! I recommend if you can use grid or flex to styling elements might more clean easy to styling. Great work .keep coding...!

    0
  • @harigsr1998

    Submitted

    I have mentioned a tricky solution I had to implement, in the README of this repository. The resources for this challenge also included some images as .svg files, fonts as .ttf files and some data as a .json file. I integrated the .svg and .json files into the webpage by directly typing in their code and linked the fonts from Google Fonts. I would appreciate any feedback to solve these issues.

    K.Damsith 330

    @Damsithcoder

    Posted

    GREAT job .well done . if you use the main tag for the first div in your html code ,some issues might disappear in your code

    <div class="container-full"> to <main> keep coding

    Marked as helpful

    1
  • Hwasani 10

    @Hwasani

    Submitted

    What ways could I have done the classing differently? Was my overall structure of the html tags okay? How do you think I could have made the better? (i really wanted to disable the submit button, funnily enough I only know how to get this done in react.)

    Did I use some antiquated methods in my CSS?

    All feedback is deeply appreciated.

    K.Damsith 330

    @Damsithcoder

    Posted

    Great job .Well done if you can put the two divs in a <main> tag ,some warnings will be removed.

    <main> <div class="card-1"> ... </div> <div class="card-2"> ... </div> </main> KEEP PRACTICING...!
    0
  • K.Damsith 330

    @Damsithcoder

    Posted

    Well done .you have a simple mistake , if you want ,you can use this code block

    body{ display: flex; flex-direction: column; justify-content: center; align-items: center; max-width: 1440px; min-height: 100vh; background-color: hsl(204, 43%, 93%);

    }
    

    I think this will help you. keep coding.

    Marked as helpful

    0
  • K.Damsith 330

    @Damsithcoder

    Posted

    Great job . If you can reduce the height of the component ,that is much better .this is only my thought .Keep practicing .

    0