Skip to content

Commit 9fed4d7

Browse files
authored
Create style.css
adding separate css for the code example
1 parent f0f5530 commit 9fed4d7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

style.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.anim-one span {
2+
animation: fadeIn 1.0s ease-in-out;
3+
animation-fill-mode: both;
4+
}
5+
.anim-two span {
6+
animation: fadeIn 1.5s ease-in-out;
7+
animation-fill-mode: both;
8+
}
9+
.anim-three span {
10+
animation: fadeIn 2.0s ease-in-out;
11+
animation-fill-mode: both;
12+
}
13+
14+
span#endanim-animTextOne.endanim-anim-one, span#endanim-animTextTwo.endanim-anim-two, span#endanim-animTextThree.endanim-anim-three {
15+
animation: fadeIn 1s ease-in-out 1s;
16+
padding: 0px 0px 0px 0px;
17+
margin: 0px 0px 0px 0px;
18+
font-size: 14px;
19+
text-align: justify;
20+
transition: all 0.9s;
21+
color: #f00;
22+
font-weight: 700;
23+
line-height: 1rem;
24+
}

0 commit comments

Comments
 (0)