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

  • Guliye 290

    @guliye91

    Posted

    Hi first congratulations for completing the project and making such huge achievement. the layout of the project is nicer in destop and fit very well.

    but at the bottom(footer) where you placed the logo. the logo is not visible because of dark background.

    you can change the logo into white color in 2 ways.:

    1. by using css filter property
    2. open the logo.svg in the text-editor and change the 'fill' attribute to this color #ffffff
    1
  • @Shirajuki

    Submitted

    Hello! 👋

    This is my 3rd solution on Frontend Mentor, and also my 3rd week here! As this was my first intermediate challenge, and also quite simple, I chose to build it using static HTML5 and CSS3 and vanilla javascript. 🙂

    I used more time on this solution this week as Easter break 🐣 just began for me and thus I it took 4-5 hours on this solution in the span of 2 days. Feedbacks on my excessively use of pseudo-element ::before/::after, if that may be unnecessary or not, to my solution of the flipping animation of the card are appreciated. I tend to also write lots of redundant and unclean code but I am willing to improve, thus any feedback from the community on that or anything else are also greatly appreciated!

    Once again I used Figma 🎨 for measuring which has made it a lot easier to get the measurement, but is still difficult to get the solution to be "pixel correct" on a big display as my monitor is smaller than 1440px. The solution uses the WebStorage API / LocalStorage for saving the countdown timer, and the use of setInterval for the countdown. 💻

    I'll be back for another challenge next week, happy Easter and see you all again next week! 🙂

    • Shirajuki
    Guliye 290

    @guliye91

    Posted

    The overall layout and the design is Ok. But am getting -1 in the minutes when first the page loads. What is it? I think you need to check that

    0
  • @DownTheMatrix

    Submitted

    In order to move the illustration image as per the design (displaced from its original position and overlapping the container), I used the "transform: translate()" property. Now, I initially tried with "position: absolute", but I wasn't too happy with the result. I would love to hear what you guys think :)

    Guliye 290

    @guliye91

    Posted

    I mean are not the same

    0
  • @DownTheMatrix

    Submitted

    In order to move the illustration image as per the design (displaced from its original position and overlapping the container), I used the "transform: translate()" property. Now, I initially tried with "position: absolute", but I wasn't too happy with the result. I would love to hear what you guys think :)

    Guliye 290

    @guliye91

    Posted

    The first question doesnt work. Look at it. When i click it, i get the same question. The other thing the answers are the same as the one given in the project.

    When i click the question, the answer should be low fade grey in color.

    0
  • Guliye 290

    @guliye91

    Posted

    Hi Congratulation for trying and building the site. Your site is not responsive. For layout make use of either of Css grid and Css flexbox. Set the image to be "max-width: 100%" height to be 100% or auto. Either works. This ensures the image to be perfectly inside its parent element. It also makes responsive. Learn responsive design

    0
  • Guliye 290

    @guliye91

    Posted

    You are better although your site is not responsive. Make use of css grids and flexbox for better layout. This is the same project you built. I built using css grid and flexbox. Kindly go through to get better understanding on how layout and responsivenes work https://www.frontendmentor.io/solutions/single-price-grid-component-using-css-grid-and-flexbox-RF2eD1iIC

    2
  • @argentLamming

    Submitted

    Hi all,

    I am very bad on CSS even if I keep trying it since long time now, I am very dependant on Bootstrap specially for grid design. I have to tell I code CSS by trying many different declarations until I get the result, I don't always know which declaration I should use, I think is one but then it's not... In short I really suck at CSS and design... I was able to accomplish this challenge but I think there is a lot which could be better, please your feedback is more than welcome I really need it...

    Thanks in advance, Diogo

    Guliye 290

    @guliye91

    Posted

    The site is responsive although you used bootstrap for the grid design(main layout of the project). if css sucks you, i advice you to take this youtube course https://www.youtube.com/watch?v=-8ORfgUa8ow&t=83s it is very much comprehensive.

    meanwhile am planning to start learning Bootstrap. How did you learned bootstrap? give me advice on tips and resources you used. am very very good at css.

    This is the same project you buit. i buit it css(flexbox and css grid) kindly check to get hints https://www.frontendmentor.io/solutions/single-price-grid-component-using-css-grid-and-flexbox-RF2eD1iIC

    0
  • Guliye 290

    @guliye91

    Posted

    Very nice bro. When i reach this project, your source code will be my mentor. Thanks.

    Otherwise where are you in javascript??

    1
  • Guliye 290

    @guliye91

    Submitted

    Just concluded my 2nd day project. I built responsive profile card component using ONLY CSS Flexbox. Kindly go through and give me feedback to improve.

    Guliye 290

    @guliye91

    Posted

    Sorry guys I just forgot to add the top-left background color and the bottom-right background color. Any person who knows how to add that, please help

    0
  • Mehmet 285

    @memsbdm

    Submitted

    My third work using Flexbox, I put all cards in position : absolute and then with a transform : translate I placed them. If there was an easier solution you can comment !

    Guliye 290

    @guliye91

    Posted

    First happy new year. After that, I cloned your code and gone through every line of code. I made the following observations:

    1. Too much use of transform in your layout. Transform layout has been extensively used in your layout to position element. Try to use CSS GRID to layout the items correctly.
    2. use of big margin-top before the 'supervisor item' that pushes the item more downwards.
    3. limit use of absolute positioning as removes the eleent from normal flow.
    4. makes the image smaller to perfect them.
    5. set the width of the item to space them correctly.
    1