GithubHelp home page GithubHelp logo

dpkreativ / profile-card-component Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 122 KB

๐ŸŒฑ A profile card component challenge from Frontend Mentor (frontendmentor.io)

Home Page: https://dpkreativ.github.io/profile-card-component/

HTML 39.62% CSS 60.38%
profile-card-component challenge frontend-mentor practice css html

profile-card-component's Introduction

Frontend Mentor - Profile card component

Design preview for the Profile card component coding challenge

Welcome! ๐Ÿ‘‹

Thanks for checking out this front-end coding challenge.

Frontend Mentor challenges help you improve your coding skills by building realistic projects.

To do this challenge, you need a basic understanding of HTML and CSS.

The challenge

Your challenge is to build out this profile card component and get it looking as close to the design as possible.

You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.

Frontend Mentor - Profile card component solution

This is a solution to the Profile card component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

  • Build out the project to the designs provided

Screenshot

Links

My process

Built with

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

What I learned

I learned how to add multiple background-image urls and position them using CSS, and I practiced more on using CSS Grid for layouts. I also improved my knowledge of semantic HTML. The CSS code below shows my implementation of multiple background images.

body {
  background-color: var(--color-1);
  background-image: url(./images/bg-pattern-top.svg),
    url(./images/bg-pattern-bottom.svg);
  background-position: top -45vw left -30vw, bottom -60vw right -20vw;
  background-repeat: no-repeat;
  background-size: 80vw;
}

Continued development

I'm going to keep reading up on semantic HTML so that my understanding of it will improve. I'm also going to build more projects so I can practice the concepts I've learned in both HTML and CSS.

Useful resources

Author

Acknowledgments

Thanks to the authors at CSS Tricks for the indepth explanation of CSS concepts. Those articles are very valuable.

profile-card-component's People

Contributors

dpkreativ avatar

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.