You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make front-end styling easy, especially for those with no design experience, let's theme the app with Bootstrap. We can use CDN-based URLs so we don't have to copy and deploy the required CSS / JS ourselves. For the most part we should also get mobile-responsive templates for free by using it.
Add the required Bootstrap URLs to our base site template in the <head> tag and we should be fine so long as we follow the basic guidelines for structuring HTML with Bootstrap: http://getbootstrap.com/css/
The text was updated successfully, but these errors were encountered:
…a config file that can accept heroku environment variables, also updated requirements.txt
Also finished pyatl#9 by adding bootstrap css and js from a CDN and incorporating into layout.html.
…a config file that can accept heroku environment variables, also updated requirements.txt
Also finished pyatl#9 by adding bootstrap css and js from a CDN and incorporating into layout.html.
To make front-end styling easy, especially for those with no design experience, let's theme the app with Bootstrap. We can use CDN-based URLs so we don't have to copy and deploy the required CSS / JS ourselves. For the most part we should also get mobile-responsive templates for free by using it.
Add the required Bootstrap URLs to our base site template in the
<head>
tag and we should be fine so long as we follow the basic guidelines for structuring HTML with Bootstrap: http://getbootstrap.com/css/The text was updated successfully, but these errors were encountered: