jmontanholi / MicroverseProject3

This Project's purpose was to clone a website with Bootstrap, teaching me how to use this framework properly and how to use it to optimize my time.
2 stars 0 forks source link

Peer to peer code review #9

Open tiagorahal opened 3 years ago

francisuloko commented 3 years ago

Nice work guys!

Here are a few recommendations: .relative-div { position: static; }

.absolute-txt { position: static; }

The above code can be simplified thus:

.absolute-txt, .relatvie-div { position: static; }

or .position-sticky with bootstrap