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

  • Kaspars 60

    @kliimish

    Posted

    Hey! Nice job there. Some tips for css you should probabbly use less id selectors since they should be unique, so that means that the styles there could not be reused later. My guess is that this was a try to rewrite bootstraps css? Anyway in the long term classes are reausable for more than one time, so keep in mind to use them more often than # selectors. If the challange would be bigger, can you imagine yourself writing an id for every single element and then styling them?

    But a cookie earned!

    Marked as helpful

    0
  • Kaspars 60

    @kliimish

    Posted

    Nice. About SASS, you can declare your variables using $. For example $someBlueColor: hsl(215, 51%, 70%); and than just call it color:$someBlueColor. In my opinion it is a lot easier :)

    Marked as helpful

    0