Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements
- GitHub URL: GitHub Repository
- Live Site URL: GitHub Pages
- Semantic HTML5 markup
- CSS3 custom properties
- Bootstrap 4
- Flexbox
This project, despite being simple and small, taught me good and small points. Tips that will help me a lot in the future. It was a good experience overall.
<section class="col-xs-10 col-sm-6 col-lg-4 mx-auto content first-col"></section>@media screen and (max-width: 768px) {
h3 {
padding: 1rem 0;
}
.res-btn {
margin-top: 1rem;
}
.content {
max-width: 327px;
}
}- Website - My Website
- Linkedin - My Linkedin
