File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 14
14
</ head >
15
15
< body >
16
16
17
-
18
-
19
-
20
17
<!-- This is code from the previous tutorial with the following changes -->
21
18
22
19
<!-- navbar-fixed-top topnav -->
@@ -116,7 +113,8 @@ <h2 class="section-heading">Write and Drink Tea with Sweaters</h2>
116
113
</ div >
117
114
</ div >
118
115
119
- <!-- Content row 1 -->
116
+
117
+ <!-- Content row 2 -->
120
118
< div class ="content-section-b ">
121
119
< div class ="container ">
122
120
< div class ="row ">
@@ -125,22 +123,20 @@ <h2 class="section-heading">Write and Drink Tea with Sweaters</h2>
125
123
< hr class ="section-heading-spacer ">
126
124
< div class ="clearfix "> </ div >
127
125
< h2 class ="section-heading "> This Girl is Hot</ h2 >
128
-
129
126
< p class ="lead ">
130
127
A special thanks to < a href ="# "> Death to the Stock Photo</ a > for providing the photographs that
131
128
you see in this template. Visit their website to become a member.
132
129
</ p >
133
130
</ div >
131
+
134
132
< div class ="col-lg-5 col-sm-pull-6 col-sm-6 ">
135
133
< img class ="img-responsive img-rounded " src ="https://snap-photos.s3.amazonaws.com/img-thumbs/960w/EH83G44K4G.jpg ">
136
134
</ div >
135
+
137
136
</ div >
138
137
139
138
</ div >
140
- <!-- /.container -->
141
-
142
139
</ div >
143
- <!-- /.content-section-b -->
144
140
145
141
</ body >
146
142
</ html >
Original file line number Diff line number Diff line change @@ -27,17 +27,20 @@ <h1>3 column layout</h1>
27
27
28
28
< div class ="row ">
29
29
30
- <!-- col-sm-push-5 = move right 5 columns (on larger screens) -->
31
- < div class ="col-sm-5 col-sm-push-5 ">
30
+ <!--
31
+ col-sm-push-5 = move right 5 columns (on sm or greater)
32
+ else just show as normal
33
+ -->
34
+ < div class ="col-sm-5 col-sm-push-5 " style ="background: lightgreen ">
32
35
Content B
33
36
</ div >
34
37
35
38
<!-- col-sm-pull-5 = move left 5 columns -->
36
- < div class ="col-sm-5 col-sm-pull-5 ">
39
+ < div class ="col-sm-5 col-sm-pull-5 " style =" background: lightcoral " >
37
40
Content A
38
41
</ div >
39
42
40
- < div class ="col-sm-2 ">
43
+ < div class ="col-sm-2 " style =" background: lightblue " >
41
44
Content C
42
45
</ div >
43
46
You can’t perform that action at this time.
0 commit comments