+ 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.

2nd Jan 2018, 10:00 AM
Saidi Ibrahim Husain
Saidi  Ibrahim  Husain - avatar
6 Answers
+ 4
Thanks Man. I appreciate the Help
2nd Jan 2018, 10:17 AM
Saidi Ibrahim Husain
Saidi  Ibrahim  Husain - avatar
+ 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>
2nd Jan 2018, 10:08 AM
ŠœŠ³. ŠšŠ½Š°ŠæšŸŒ 
ŠœŠ³. ŠšŠ½Š°ŠæšŸŒ  - avatar
+ 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
2nd Jan 2018, 10:10 AM
Saidi Ibrahim Husain
Saidi  Ibrahim  Husain - avatar
+ 3
What is a grid layout. is it under css
2nd Jan 2018, 10:13 AM
Saidi Ibrahim Husain
Saidi  Ibrahim  Husain - avatar
+ 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
2nd Jan 2018, 10:16 AM
ŠœŠ³. ŠšŠ½Š°ŠæšŸŒ 
ŠœŠ³. ŠšŠ½Š°ŠæšŸŒ  - avatar
+ 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..
2nd Jan 2018, 10:12 AM
ŠœŠ³. ŠšŠ½Š°ŠæšŸŒ 
ŠœŠ³. ŠšŠ½Š°ŠæšŸŒ  - avatar