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

  • Taiwo 130

    @taiwogbadamosi

    Submitted

    What are you most proud of, and what would you do differently next time?

    I'm glad I learnt about key topics like authentication

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

    Funny enough the layout was hardest for me even though it's the most repeated thing i've done. I guess as I do more it'll all become more intuitive

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

    None, ready to move to next project

    P
    Alex 350

    @Sharky83

    Posted

    was a tought one for me too, my brain wouldnt work on this one! your css will help me improve mine for sure... i forgot a few bits too!

    just need to correctly space the content out fo larger screen sizes and add border radius to the main container!

    0
  • P
    gajbos99 170

    @gajbos99

    Submitted

    What are you most proud of, and what would you do differently next time?

    /

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

    Just alot of media queries needed to be used, so i tried some stuff out with that.

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

    I just didnt know how to get the images at the start to work responsive

    P
    Alex 350

    @Sharky83

    Posted

    When you re-upload, make sure the full address to index is in the live site...

    You can have a grid or flex, and have the images for the hero set ro display: none", then a media query to make the display grid or flex appear and certain width... and then the other image to not dispLAY (display: none) same time.

    0
  • P
    Alex 350

    @Sharky83

    Posted

    nice!! will help me finish mine a little better, i got stuck!

    you can center yours to the screen, by adding justify content (center) and align items (center) and a height (100vh) to main.

    Marked as helpful

    0
  • P
    Clyo 130

    @clyo

    Submitted

    What are you most proud of, and what would you do differently next time?

    Becoming more proficient in CSS

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

    For some reason the font-face doesn't work. It works in my preview on VS but doesn't work when I open the index.html file and look at it in the browser. Not sure why?

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

    For some reason the font-face doesn't work. It works in my preview on VS but doesn't work when I open the index.html file and look at it in the browser. Not sure why?

    P
    Alex 350

    @Sharky83

    Posted

    when adding font files to projects, and using the @ fontface to css file, you need to also add the "format" at the end or each url. it works on yours locally becuse you have the font on your local system i think.

    eg:

    @font-face { font-family: "inter"; src: url(/assets/fonts/static/Inter-Bold.ttf) format(""ttf), url(/assets/fonts/static/Inter-SemiBold.ttf) format(""ttf), url(/assets/fonts/static/Inter-Bold.ttf) format(""ttf); }

    to speed up adding fonts for challenges only (not good for real projects) use the @import feature on google fonts!

    Marked as helpful

    1
  • @Dhruvm2004

    Submitted

    What are you most proud of, and what would you do differently next time?

    adjustments are improved and will be device accessible soon

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

    all devices compatability

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

    device adjustments

    P
    Alex 350

    @Sharky83

    Posted

    looking nice!

    having these in the body {} will center the container within! :)

    display: flex; align-items: center; justify-content: center; height: 100vh;

    also by having the :hover on the an addition button css property, allows a background colour to be altered when hovering over it! (or in your case you used the a: element for the buttons)

    so a:hover { background-color: choose color; }

    0
  • P
    BozJR 220

    @BozJR

    Submitted

    What are you most proud of, and what would you do differently next time?

    This was a tricky one ngl but i still managed to complete it after a lot of trial and error! more learning and testing myself but proud of the finished article.

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

    The main challenges on this was the hero picture , going from one picture to two pictures and then trying to figure out the colour on the footer! Dont even get me started on the media queries!!!

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

    using figma properly! and then more help with flexbox and grid.

    P
    Alex 350

    @Sharky83

    Posted

    Looks really good! to get a little closer to the origianl design you can increase the size of the images that are inline, (255px i think)

    Marked as helpful

    0
  • P
    Alex 350

    @Sharky83

    Posted

    nicely designed. i would consider not using real names like Greg for custom element names

    .Greg { display: flex; align-items: center; }

    the reason being, consider this exact same css card would be used for everyone.

    so maybe use something like: .card-name { display: flex; align-items: center; }

    then the component is reusable!

    Marked as helpful

    1
  • olgaEK 20

    @OlgaElKhayat

    Submitted

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

    I struggled with the last bit of the page, where I used the CSS grid. For some reason, I couldn't put the individual rows closer together. Any other feedback is also welcome. Thank you in advance!

    P
    Alex 350

    @Sharky83

    Posted

    If you use developer tools on the live site...

    you can see there is a 16px padding (top and bottom) on each table line -you can reduce this to help.

    Also going forward, rather than using px, try using rem it scales better. try 0.5 rem padding or less.

    for font sizes etc..so devide by 16, and that gives you the rem for that item eg, 16px is 1rem

    1
  • P
    Will 310

    @wansmth

    Submitted

    What are you most proud of, and what would you do differently next time?

    I finished this project with relative ease. I am happy that I was able to recognise to use grid immediately, whilst being able to consider why flexbox might not be an ideal approach.

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

    I first used a 3x2 grid and was confused as to how I could centre the two outer cards vertically. I overcame this by realising that I should divide the rows further - this way I could target the block start and end to be in the middle of the two inner cards.

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

    My solution always has a vertical scroll-bar. I would appreciate it if someone could give me an overview of roughly how they would go about eliminating this where possible.

    P
    Alex 350

    @Sharky83

    Posted

    Their solutions dont have the included footer in. (your name)

    remove this, and it should then allow you to have a max-height of 100vh if needed.

    0
  • @JoaoTaranto

    Submitted

    What are you most proud of, and what would you do differently next time?

    Praticar e construir uma base sólida em HTML/CSS puro

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

    Maior prática com HTML/CSS puro, adquirindo cada vez mais solidez

    P
    Alex 350

    @Sharky83

    Posted

    looks really accurate! only tiny thing missed was the border-radius!

    0
  • P
    Alex 350

    @Sharky83

    Posted

    awsome!

    0
  • P
    Clyo 130

    @clyo

    Submitted

    What are you most proud of, and what would you do differently next time?

    How quickly I grasped the css layout

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

    Getting the background the yellow colour was tricky as it turned other elements yellow as well. Also uploading the svn as a file wasn't working for me so I just used the entire code.

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

    How to get the background yellow without impacting the other elements.

    P
    Alex 350

    @Sharky83

    Posted

    looking good. you should be able to load the provided svg inside the img tag, such as:

    <img class="" src="./assets/images/illustration-article.svg" alt="">

    in the css file, just add the background-color property to the appropriate tag, eg:

    body, then place the rest of the code within main tags:

    <body> <main> your content here </main> </body>

    Marked as helpful

    1