Skip to content

This Frontend Portfolio showcases my expertise in frontend development, highlighting skills like SCSS.

Notifications You must be signed in to change notification settings

jialeee17/nft-preview-card-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - NFT preview card component solution

This is a solution to the NFT preview 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

Users should be able to:

  • View the optimal layout depending on their device's screen size

Screenshot

Desktop view

Links

My process

Built with

  • HTML5
  • CSS3
  • Sass pre-processor
  • Mobile-first workflow
  • RWD Concept

What I learned

Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.

To see how you can add code snippets, see below:

.nft-price {
            color: $cyan;
            font-size: 1.1rem;
            font-weight: 600;

            &::before {
                content: url('../../images/icon-ethereum.svg');
                margin-right: .3rem;
                transform: translateY(2px);
            }
        }

I learned the use of ::before pseudo-element for adding icon. This is a flexible way for adding icon before any elements as you don't have to hardcode it into your html element tag.

Continued development

In the upcoming projects, I'll focus on the use of SCSS to smoothen my development process. Other than that, I tried to do more advanced projects that are available on Frontend Mentor. For example, projects that included the use of advanced layout properties like flexbox or grid.

Useful resources

Author

About

This Frontend Portfolio showcases my expertise in frontend development, highlighting skills like SCSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published