Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a738ee

Browse files
Update stylesheet.css
1 parentba5c620 commit2a738ee

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎stylesheet.css‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Mulai code Anda dari baris terakhir */
2+
13
* {
24
box-sizing: border-box;
35
}
@@ -141,10 +143,10 @@ header {
141143
}
142144

143145
.lesson {
144-
animation-name: slide;
145-
animation-duration:4s;
146146
float: left;
147147
width:25%;
148+
animation-name: slide;
149+
animation-duration:3s;
148150
}
149151

150152
.lesson-icon {
@@ -216,3 +218,8 @@ footer {
216218
0% {opacity:0;margin-left:-250px; }
217219
100% {opacity:1;margin-left:0; }
218220
}
221+
222+
@keyframes slide {
223+
0% {opacity:0;margin-left:-250px; }
224+
100% {opacity:1;margin-left:0; }
225+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp