Here is link
Need your feedback for this. Personal portfolio
Need your feedback for this. Personal portfolio
0
macieqx
#4
You should use bootstrap classes like col-|xs|/|sm|/|md|-1-12 depending how big certain element should be
Remember that you can use more than one class for this so for example ceratin element can be <div class="col-xs-12 col-sm-10 col-md-8>
xs for smartphones, sm for tablets, md for bigger screens
ermin-avdic
#5
then go watch this video to understand basics of responsiveness with bootstrap. Or go again through curriculum’s bootstrap session.
ermin-avdic
#10
To make button smaller just add additional class btn-sm
for example. Here is the link so you can get better understanding. If you want your button to appear only on large screens just add class of visible-lg
. In the video i linked in my post above you have more info about this too. Happy coding!