Latest solutions
Simple HTML & Sass Component Using modified CUBE principals & Parcel
#sass/scss#parcelSubmitted about 3 years agoSass and Vanilla JS packaged with Vite and deployed with Netlify
#sass/scssSubmitted about 3 years ago
Latest comments
- @SatellitePeace@codemints
This is a good recreation. Very nice. You've got a pretty good grasp of layout and structure. There are a couple things I would change. The first is that you are using 2 buttons and an anchor. In this context, I would simply use all buttons - in a different context I would use all anchors. My reasoning is that you can set a base button style for all 3 buttons, and then style buttons separately for exceptions. The process would be the same for anchors. The second is just semantic issues, like having a main and changing the 'Order Summary' text to maybe an h1, just for this project. In the context of a larger project, I think the h3 is perfect - depending on where this would be on the page. Again, really great job! Feel free to give mine a look: https://codemints.github.io/fm-order-summary-component/
Marked as helpful