Skip to content

Commit

Permalink
responsive 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lourguioui committed Feb 12, 2020
1 parent c3acefc commit a246ecf
Show file tree
Hide file tree
Showing 2 changed files with 386 additions and 303 deletions.
6 changes: 3 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8125,9 +8125,9 @@ b{
/*-------------------------------------------------------------*/
@keyframes example {
0% { left:0px; right:0px;}
25% { left:100px; right:0px;}
50% { left:100px; right: 100px;}
75% { left:0px; right:100px;}
25% { left:15%; right:0px;}
50% { left:15%; right: 15%;}
75% { left:0px; right:15%;}
100% {left:0px; right:0px;}
}
/****************************************************************/
Expand Down
Loading

0 comments on commit a246ecf

Please sign in to comment.