html5 - Choose between PX and Percentile -
i new bootstrap, have following question running in mind. what suggested way use between px , percentiles in bootstrap?? will there effect in website view if used px? there pretty significant difference between pixel units , percentile units. percentiles definition variable dimensions based on size of container, while sizes declared in pixel units going take given number of pixels. you need choose based on you're trying accomplish: do need rendered size fixed number of pixels? pick pixels (or fixed unit) ( this not responsive ) do want rendered size change based on dimensions of container? choose percentiles the best way learn difference experiment both. , change size of browser's window. <div style="width: 80%; border: 2px solid #000; height: 30px"> <span>80% wide div</span> </div> <div style="width: 40%; border: 1px solid #00f; height: 30px; float: left;"> <span>60% wide div...