Skip to content

Commit 9e00e09

Browse files
committed
fixing selector I messed up while creating the live example
1 parent 88184ea commit 9e00e09

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

css-cookbook/pagination.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</style>
4141

4242
<style class="editable">
43-
.nav {
43+
nav {
4444
display: flex;
4545
justify-content: center;
4646
}
@@ -74,7 +74,7 @@
7474
</section>
7575

7676
<textarea class="playable playable-css" style="height: 300px;">
77-
.nav {
77+
nav {
7878
display: flex;
7979
justify-content: center;
8080
}

css-cookbook/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ body {
5959
display: block;
6060
margin: 5px;
6161
}
62-

0 commit comments

Comments
 (0)