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

  • Alexandre 140

    @Alexandre-Chs

    Submitted

    I am progressing more and more, I am happy!

    Project only in HTML / CSS / JS VANILLA. I will start SASS on the next project!

    Why do my icons not want to appear on my live server and on the host? Surprising, because internally on the computer I had no problems ..

    Thx ♥

    Alexandre 140

    @Alexandre-Chs

    Posted

    I have a problem !

    The preview on desktop for desktop and mobile is correct. However, if I open it with a phone, it's rubbish on the site and nothing works .. why? : '(

    0
  • @magaliais

    Submitted

    Can someone tell me a way to make the name/age and the city info to get closer. Also how to deal with the svg bg (how to manipulate and position them on the corners of the screen) :)

    Alexandre 140

    @Alexandre-Chs

    Posted

    Hey !

    I'm french, sorry for my english..

    1. For the line gray :

    You can do :

    -Make in HTML a div with nothing inside, just a class like class ="border-gray" -In css you can do : .border-gray { display : block; height: 1px; and background-color : xxx; } Easier way i think. Just play with opacity on you'r hsl to match with the preview.

    1. For the svg/background :

    It's a solution, but i don't know if it's the good way.. but :

    • add background-image on you'r body ( the two svg ).
    • play with background-position and the vh/vw.
    • don't forget a media queries, because circle it's not the same on desktop and mobile!

    If you want to see the my solution, you can go on my profil!

    I hope it's ok for you ! bye

    0
  • Matthew 295

    @CodingDatum

    Submitted

    There is a white line along the top right border that I can't seem to fix.

    Alexandre 140

    @Alexandre-Chs

    Posted

    Hey !

    I maybe understand you're problem. Try a background-color ?

    0