twbs /
bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
Loading repository data…
polidorl / repository
No description provided.
The task is to build out the project to the designs inside the /design folder. There are both a mobile and a desktop version of the design.
All the required assets in the /images folder. The assets are already optimized.
There is also a style-guide.md file containing the information need, such as color palette and fonts.
The challenge is to build out this product preview card component and get it looking as close to the design as possible.
To see how you can add code snippets, see below:
<p class="main__price">$149.99
<span class="main__sold">$169.99</span>
</p>
.main__price{
font-size:1.8rem;
color:var(--dark-cyan);
font-family: var(--font-headings);
display: flex;
align-items: center;
gap: 1em;
}
.main__sold{
font-size: initial;
font-family: "Montserrat", sans-serif;
text-decoration: line-through;
color:var(--dark-grayish-blue);
}
Initialize the project as a public repository on GitHub.
Configure your repository to publish your code to a web address.
Look through the designs to start planning out how you'll tackle the project. This step is crucial to help you think ahead for CSS classes to create reusable styles.
Before adding any styles, structure your content with HTML. Writing the HTML first tocreating well-structured content.
Write the base styles for the project, including general content styles, such as font-family and font-size.
Start adding styles to the top of the page and work down. Only move on to the next section once completed the area that working on.
Selected from shared topics, language and repository description—not editorial ratings.
twbs /
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
Chalarangelo /
Coding articles to level up your development skills
electron /
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
microsoft /
24 Lessons, 12 Weeks, Get Started as a Web Developer
tailwindlabs /
A utility-first CSS framework for rapid UI development.
florinpop17 /
A Collection of application ideas which can be used to improve your coding skills.