+ 3
How do I use bootstrap on my mobile
I am trying to write a code using CSS HTML and JavaScript to write a game. But I don't know how to add bootstrap to it and where to start.
6 Answers
+ 4
Thanks Man.
I appreciate the Help
+ 3
use these line of code in the head section..
and go to getboostrap.com and see the component section
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js"></script>
+ 3
I have already done that .
But I don't have an idea on what to write.
Do you have any projects that you can suggest I do
+ 3
What is a grid layout.
is it under css
+ 2
ah then I think you should learn basic CSS grid system first..
well https://getbootstrap.com/docs/4.0/layout/grid/ here you can learn Bootstrap grid layout
+ 1
before Working on project first try and understand the grid layout and how other components work.. get through them and then plan for a project..