Runlevelrobot
        
        How does one get started with bootstrap if I don't have an example website yet? I found a theme I want to use but have no idea how to use it. I am pretty good with understanding html and css. Can anybody help me?
    
    
        
            👉 Léo
        
        When I was learning bootstrap I used a static HTML file with a style tag linking to their official CDN. Then I played around with divs of different colors to test the grid system and get the basic layout the way I wanted. The greatest challenege was figuring out the side menu which should collapse to the top in mobile layout. I was recently told that I should have started with a template instead.
    
    
        
            Runlevelrobot
        
        Thanks for the info!