I need some feedback, I don't know how to use grid without mediaqueries, and the shadow-box was difficult for me. Thanks!
Jonathan Hull
@nanoaquilaAll comments
- @NahuelDevSubmitted almost 5 years ago@nanoaquilaPosted almost 5 years ago
Your solution is really close to the original and that is good. I would recommend watching Jen Simmons(Layout Land) for some great insight into grid. As for the
box-shadow
using negative units can help achieve that soft shadow something likebox-shadow: 0px 20px 68px -23px rgba(0,0,0,0.75);
by making the spread negative (the 4th value) and increasing the blur (3rd value) you can get some really nice shadow effects. Great work.2 - @Tobi-dev99Submitted almost 5 years ago
Just learned Bootstrap.Some feedback would be helpful
@nanoaquilaPosted almost 5 years agoUsing bootstrap is a good place to start, but I would be wary of Bootstraps divitis.
div
s are great for non semantic layout needs, but lack the semantic structure we should strive for in our html. Really liked your solution.1