apah-dev / profile-card-component-main

A Profile card single page challenge by frontendmentor.io

Home Page:https://apah-dev.github.io/profile-card-component-main/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

Learnt a new way to centeralize everything within the body element

Learnt to use more than one background image for the body element along with a bg-color


```css
  background-image: url(images/bg-pattern-top.svg),
  url(images/bg-pattern-bottom.svg);
  background-repeat: no-repeat;
  background-position: right 50vw bottom 42vh, left 47vw top 46vh;


display: grid;
place-content: center;
min-height: 100vh;

Continued development

I'll learn how to use the vw and vh properties to position images in the background

Author

Acknowledgments

Huge thanks to creators at front end mentor for their advice

About

A Profile card single page challenge by frontendmentor.io

https://apah-dev.github.io/profile-card-component-main/


Languages

Language:CSS 53.3%Language:HTML 46.7%