Skip to content

Commit ffca9e8

Browse files
committed
I think we are ready to present this stuff.
1 parent 130f66a commit ffca9e8

File tree

5 files changed

+78
-36
lines changed

5 files changed

+78
-36
lines changed

days/013-016-css-basics/demos/selectorville/.idea/jsLibraryMappings.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

days/013-016-css-basics/demos/selectorville/float.html

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,39 @@
2626
<div style="clear: both;"></div>
2727
</div>
2828

29-
<p>+1 kitsch tumeric kale chips. Prism bitters man braid, hell of godard wolf af fashion axe kombucha thundercats
30-
beard cred stumptown. Sriracha hella wayfarers pug fam stumptown kickstarter. Put a bird on it etsy try-hard
31-
gentrify kogi. Selvage stumptown vinyl everyday carry, iPhone trust fund microdosing banjo kitsch intelligentsia
32-
humblebrag keffiyeh sriracha kickstarter. Prism tattooed 8-bit offal fam glossier humblebrag, pug sustainable
33-
scenester everyday carry. Deep v gochujang echo park mixtape.</p>
34-
<a href="index.html">&#171; home</a>
29+
<div class="page-content">
30+
31+
<p>
32+
Lorem ipsum dolor amet bushwick banh mi irony sustainable twee slow-carb whatever iPhone austin kale chips vegan
33+
meh flannel sartorial crucifix. Lyft ramps biodiesel asymmetrical offal, four dollar toast succulents meggings
34+
microdosing mumblecore pitchfork humblebrag. Offal kinfolk scenester, sustainable adaptogen coloring book copper
35+
mug salvia ennui williamsburg green juice. 8-bit keffiyeh palo santo, distillery leggings raw denim shoreditch.
36+
Scenester pour-over twee marfa, kogi gluten-free lo-fi chillwave cloud bread bushwick. Yr hell of four dollar
37+
toast, aesthetic vinyl chillwave VHS keytar. Cronut echo park sartorial hexagon, forage direct trade whatever
38+
viral.
39+
</p>
40+
41+
<p>
42+
Bitters wayfarers godard kitsch waistcoat cliche put a bird on it street art butcher gluten-free tofu
43+
williamsburg skateboard deep v. Edison bulb succulents lyft, stumptown selfies leggings readymade cliche
44+
humblebrag taiyaki pop-up hashtag jianbing. XOXO banjo tattooed distillery, microdosing vegan schlitz enamel pin
45+
raw denim cliche truffaut. Retro butcher blue bottle, fashion axe snackwave poke small batch normcore. Enamel
46+
pin 3 wolf moon typewriter, before they sold out microdosing cardigan truffaut bespoke 8-bit sartorial +1 lomo
47+
food truck. Listicle hell of kale chips, echo park vice +1 pork belly. Pickled hell of tbh chia artisan
48+
pinterest venmo tumblr jean shorts chambray tote bag fixie vinyl.
49+
</p>
50+
51+
<p>
52+
Content via <a href="https://hipsum.co">Hipster Ipsum</a>
53+
</p>
54+
55+
<p><a href="index.html">&#171; home</a></p>
56+
57+
</div>
58+
59+
60+
61+
3562
</div>
3663

3764
<script src="http://code.jquery.com/jquery-3.3.1.min.js"></script>

days/013-016-css-basics/demos/selectorville/layout.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,37 @@
2727
<li><a href="float.html">Floating items</a></li>
2828
</ol>
2929

30+
<div class="page-content">
31+
32+
<p>
33+
Lorem ipsum dolor amet bushwick banh mi irony sustainable twee slow-carb whatever iPhone austin kale chips vegan
34+
meh flannel sartorial crucifix. Lyft ramps biodiesel asymmetrical offal, four dollar toast succulents meggings
35+
microdosing mumblecore pitchfork humblebrag. Offal kinfolk scenester, sustainable adaptogen coloring book copper
36+
mug salvia ennui williamsburg green juice. 8-bit keffiyeh palo santo, distillery leggings raw denim shoreditch.
37+
Scenester pour-over twee marfa, kogi gluten-free lo-fi chillwave cloud bread bushwick. Yr hell of four dollar
38+
toast, aesthetic vinyl chillwave VHS keytar. Cronut echo park sartorial hexagon, forage direct trade whatever
39+
viral.
40+
</p>
41+
42+
<p>
43+
Bitters wayfarers godard kitsch waistcoat cliche put a bird on it street art butcher gluten-free tofu
44+
williamsburg skateboard deep v. Edison bulb succulents lyft, stumptown selfies leggings readymade cliche
45+
humblebrag taiyaki pop-up hashtag jianbing. XOXO banjo tattooed distillery, microdosing vegan schlitz enamel pin
46+
raw denim cliche truffaut. Retro butcher blue bottle, fashion axe snackwave poke small batch normcore. Enamel
47+
pin 3 wolf moon typewriter, before they sold out microdosing cardigan truffaut bespoke 8-bit sartorial +1 lomo
48+
food truck. Listicle hell of kale chips, echo park vice +1 pork belly. Pickled hell of tbh chia artisan
49+
pinterest venmo tumblr jean shorts chambray tote bag fixie vinyl.
50+
</p>
51+
52+
<p>
53+
Content via <a href="https://hipsum.co">Hipster Ipsum</a>
54+
</p>
55+
56+
</div>
57+
3058
<script src="http://code.jquery.com/jquery-3.3.1.min.js"></script>
3159
<script src="http://code.jquery.com/jquery-migrate-3.0.1.min.js"></script>
32-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>
60+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
3361
<script src="static/js/box.js"></script>
3462
</body>
3563
</html>

days/013-016-css-basics/demos/selectorville/static/css/float.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ body {
44
padding: 0;
55
}
66

7-
img {
8-
float: right;
9-
height: 128px;
10-
}
11-
127
#top-div {
138
background-color: #222;
149
color: white;
1510
font-size: 48px;
1611
padding: 10px;
1712
}
1813

19-
p {
14+
a {
15+
font-weight: bold;
16+
}
17+
18+
.page-content {
19+
font-size: 18px;
2020
padding: 10px;
2121
}

days/013-016-css-basics/demos/selectorville/static/css/layout.css

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,14 @@ body {
44
padding: 0;
55
}
66

7-
ol {
8-
background-color: #222;
9-
}
10-
11-
li {
12-
display: inline-block;
13-
padding: 5px;
14-
padding-right: 10px;
15-
}
16-
17-
li a, li a:visited {
18-
color: #aaa;
19-
}
20-
21-
li a:hover {
22-
color: white;
23-
text-decoration: none;
24-
}
7+
/* color list hyperlinks #aaa even when visited */
8+
/* color list hyperlinks white, no underline when hovered */
9+
/* color list hyperlinks yellow, no underline when clicked */
10+
/* style page hyperlinks bold */
11+
/* color background of nav to #222*/
12+
/* list items horizontal, padding 5 & 10*/
2513

26-
li a:active {
27-
color: yellow;
28-
text-decoration: none;
14+
.page-content {
15+
font-size: 18px;
16+
padding: 10px;
2917
}
30-

0 commit comments

Comments
 (0)