Tell me how to use bootstrap on a normal webpage? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Tell me how to use bootstrap on a normal webpage?

Many times users/developers faced a problem where they can't set a perfect size of a window page. Then, they are using bootstrap for their regular all type window size. The question is only to get the exact syntax of a particular & where we use it...

24th Jun 2018, 7:03 PM
Anubhav Kumar Srivastava
Anubhav Kumar Srivastava - avatar
2 Respuestas
0
Check our the Bootstrap course on Sololearn
25th Jun 2018, 2:43 AM
Femi
Femi - avatar
0
Hi Anubhav Kumar Srivastava, Your question is confusing, so I'm probably not answering the question you might have meant to ask, but I'm going to give it a go. It sounds like you want to know how to troubleshoot a website that uses Bootstrap, but isn't producing whatever aesthetic you thought it would. If so, this is a tricky thing. Someone else may have a better approach, but I rely heavily on my web browser. I first inspect the faulty element to isolate the culprit. Then, I take the link to the Bootstrap CSS file (sometimes it's minified, but usually deleting the ".min" part from the URL will take you to the more readable version) and navigate to the stylesheet. I try to find a class that I can apply to fix the problem. Worse case scenario, I can inject my own CSS with !important to override the Bootstrap CSS, but this is less elegant (in my opinion). I hope this helps! :)
25th Jun 2018, 10:18 AM
Janning⭐
Janning⭐ - avatar