Skip to content

Commit 29a5d0b

Browse files
committed
add buttons with shadow animations
1 parent 04a9125 commit 29a5d0b

File tree

9 files changed

+793
-553
lines changed

9 files changed

+793
-553
lines changed
Binary file not shown.
Binary file not shown.

index.html

+11
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,16 @@ <h1>Border Transitions</h1>
7979
<button class="borderButton15" type="button" name="button">Underline Reveal</button>
8080
<button class="borderButton16" type="button" name="button">Overline Reveal</button>
8181
</section>
82+
<section>
83+
<h1>Shadow Transitions</h1>
84+
<button class="shadowButton1" type="button" name="button">Shadow Bottom</button>
85+
<button class="shadowButton2" type="button" name="button">Shadow Sides</button>
86+
<button class="shadowButton3" type="button" name="button">Grow Shadow</button>
87+
<button class="shadowButton4" type="button" name="button">Float Shadow</button>
88+
<button class="shadowButton5" type="button" name="button">Glow</button>
89+
<button class="shadowButton6" type="button" name="button">Shadow Radial</button>
90+
<button class="shadowButton7" type="button" name="button">Shadow Outset</button>
91+
<button class="shadowButton8" type="button" name="button">Shadow Inset</button>
92+
</section>
8293
</body>
8394
</html>

styles/body.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
section {
66
margin: auto;
7-
width: 80%;
7+
width: 75%;
88
}
99

1010
h1 {

0 commit comments

Comments
 (0)