Giter VIP home page Giter VIP logo

blogr-landing-page's Introduction

Blogr Landing Page


The live site can be found here


This Front End Mentor challenge focuses on responsive design utilizing HTML and CSS. See the blogr-landing-page for more information or to try this challenge yourself. Frontend Mentor challenges help you improve your coding skills by building realistic projects.


image


Table of contents


The challenge

Visitors should be able to:

  • View the optimal layout depending on their device's screen size
  • See hover states for interactive elements - in the case of this challenge, the only interactive state is the cursor should change to a pointer when hovered over the "button."

Screenshot

image

Links


Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow

What I learned

I implemented an array of CSS variable and learned about CSS Scope and the multiple benefits both bring to the combatting the complexities of updating the overall page layout.

    :root {
    --light-red:hsl(356, 100%, 66%);
    --very-light-red:hsl(355,100%,74%);
    --very-dark-blue: hsl(208, 49%, 24%);
    --white: hsl(0, 0%, 100%);
    --grayish-blue: hsl(240, 2%, 79%);
    --very-dark-grayish-blue:hsl(206, 13%, 34%);
    --very-dark-black-blue: hsl(240, 10%, 16%);
    --bg-gradient-very-light-red: rgba(255, 143, 112, .8);
    --bg-gradient-light-red:rgb(255, 61, 84, .8);
    --body-grad-gray-blue:rgb(44, 45, 63);
    --body-grad-desat-blue: rgb(63, 65, 100);
    }

Continued development

I'm excited to return to Front End Mentor and am hoping I can complete many more challenges and meet some interesting Developers along the way. I am continuing my learning journey through multiple outlets and look forward to when the "impossible" seem like near-second-hand knowledge!

Author

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.