Fixed broken img link (#19484)

Just changed from http to https. Before this, the image link did not work.
pull/19486/merge
Andrei Calinescu 2018-10-16 23:32:09 +11:00 committed by Honman Yau
parent bfbb1c7ef1
commit 84fcf5fb28
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ If you are to design a 2-column based page with left navigation pane and center
#### CSS Frameworks
This is where CSS Frameworks such as [Bootstrap](http://getbootstrap.com/) and [Materialize](http://materializecss.com/) come in. These frameworks provide a grid functionality that lets to divide each section of your webpage into 12 columns, which you can order to design.
![Grid Example](http://blog.gridbox.io/wp-content/uploads/2018/01/download-1-1024x271.png)
![Grid Example](https://blog.gridbox.io/wp-content/uploads/2018/01/download-1-1024x271.png)
> Sample Bootstrap Grid
### HTML Semantic Elements