Skip to content

effycoco/price-component-frontendmentorChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Single price grid component solution

This is a solution to the Single price grid component challenge on Frontend Mentor.

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

利用 flex 实现等高的两栏布局

.subcontainer {
  display: flex;
}
main {
  width: 60%;
}
aside {
  width: 40%;
}

codepen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published