Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
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

  • @ritwikdurga

    Submitted

    Like I have added two extra features for this. Dark mode to light mode and the go to previous and next pieces of advice. Writing code for those parts is somewhat difficult than rest of the code.

    I am unsure of the CSS for some margins and paddings as I was unable to add them on my own.

    What else can i do to improve my coding in front end

    sanju321GH 270

    @sanju321GH

    Posted

    keep going bro

    0
  • JulienLach 260

    @JulienLach

    Submitted

    Didn't manage to call the card for the top colors... Can anyone help me ?

    sanju321GH 270

    @sanju321GH

    Posted

    yo hi, can i know your problem i couldn't understand what you were saying.

    0
  • sanju321GH 270

    @sanju321GH

    Posted

    yoo hi, this is just my opinion but i think it would be good

    html-

     <p id ="average"></p>
      <p id ="reaction">80</p>
      <p id ="memory">92</p>
      <p id ="verbal">61</p>
      <p id ="visual">72</p>
    

    JavaScript-

    let reactionScore = document.getelementbyID("reaction");
    let menoryScore = document.getelementbyID("memory");
    let verbalScore = document.getelementbyID("verbal");
    let visualScore = document.getelementbyID("visual");
    
    document.getelementbyID("average").innerHTML = reactionScore + memoryScore + 
    verbalScore + visuaScore / 4
    
    0
  • sanju321GH 270

    @sanju321GH

    Posted

    yo hi, i think there is a mistake in you code i mean the code is just checking for "@" and "g" but not "mail.com" when i typed "wd@g" it worked. to avoid this you could do this

    JS-

      let gmailholder;
    
      document.getelementbyID("btn").onclick = function(){
    
      gmailholder = document.getelementbyID("inputfield").value;
    
      let gmail = gmailholder;  //i dont know y but if i dont write this code it gives me error
    
      let gmailchecker = slice(gmail.indexof("@"));
    
      if(gmailchecker == "@gmail.com"){
           (give them the result)
      }
      else{
           (give them the error)
      }
    

    }

    hope you dont make the mistake you have made now in the future.😊 also keep it up👍

    Marked as helpful

    1
  • NBD 240

    @bdal90

    Submitted

    Hey All,

    Again a new challenge with a tricky background, but eventually I guess I nailed it (was easier than I had imagined)... Again playing around with rem instead of pixels and no set height, no set width, only max and min. Any feedback is welcome.

    Cheers,

    Dalma

    sanju321GH 270

    @sanju321GH

    Posted

    yo hi, In the project you have done ,there is a minor mistake done, i cant even call it mistake as it is so minor. that is that the line has different color than that of the design. if you dont know how to change the color of a hr tag .

    HTML- <hr> CSS- hr{ border: 1px/2px solid (color they have given); }

    (😵-this is you if you dont mark this comment helpful)

    bye😊

    0
  • sanju321GH 270

    @sanju321GH

    Posted

    every thing is good but i think its good to keep "transition: 0.3s;" to buttons

    (its your wish to keep it or not but it will look good if you keep it)

    (😵-this is you if you don;t mark this comment helpful )thnx😊

    0
  • @bilguun1130

    Submitted

    Fun challenge. Used cleave to format the input on the bill. Has a few validation that checks user input

    sanju321GH 270

    @sanju321GH

    Posted

    yo hi, there is a problem i have notices in your website that is i can keep the bull 220quadrillion ,like there is no limit and i could even keep 10 trillion people so i recommend you to keep the max length of both input type text fields as 5 or else you keep the amount text field's max length 3 and number of people's max length 1 or 2. this will solve the problem. and also the colors were not in their place. i hope you rectify these problems from next challenge.😊👍

    (make sure you mark this helpful)

    1
  • yoobezxc 170

    @yoobezxc

    Submitted

    my code still messy how i can learn to be better, give me advice.Thanks

    sanju321GH 270

    @sanju321GH

    Posted

    yo!, hi i think you forgot adding background image index.html- <img src="(image location)" alt="" style="position: absolute; left: 0%; top: 0%;">

    you can also give the image style from style.css but the image doesn't have much of a style so i gave it inline style.

    1
  • sanju321GH 270

    @sanju321GH

    Posted

    yo ,i think u have forgotten to add background color and bg image

    HTML- <img src="(image location)" id="bgimg(choose your own name)"

    style.css - #bgimg{ width: 100%; position: absolute; left:0%; top/bottom: 0%; }

    Marked as helpful

    2
  • parkerrn9 210

    @parkerrn9

    Submitted

    I'm particularly interested in feedback on several important aspects of my project:

    1. Responsiveness of the design for various screens.
    2. Usage of CSS techniques and best practices.
    3. Code organization and logic efficiency.
    4. Any specific areas that need improvement.
    5. Your insights are greatly appreciated for project enhancement.
    sanju321GH 270

    @sanju321GH

    Posted

    i think u didn't understand the challenge. the challenge is to make a slider which has min of 0 and max 1000 (by the way nice style skills) if you want reference u can go to my profile and check this challenge and take it as reference. thnx for reading this comment😊

    Marked as helpful

    1
  • sanju321GH 270

    @sanju321GH

    Posted

    nice one , keep it up

    1
  • sanju321GH 270

    @sanju321GH

    Posted

    raja reddy telugu aa?

    0
  • sanju321GH 270

    @sanju321GH

    Posted

    nice one

    0
  • sanju321GH 270

    @sanju321GH

    Posted

    noice one, you got more skills than me

    0
  • sanju321GH 270

    @sanju321GH

    Posted

    can anyone please tell me why images are not loading.

    0