Эффект прижимания при наведении мыши

Description: Прочии темы
Moderator: Aleksandr

Дим M
Topic author, Администратор
Администратор
Avatar
Дим M
Topic author, Администратор
Администратор
Posts: 1612
Joined: 5 Apr 2013
With us: 11 years 6 months

#1by Дим » 25 Dec 2013, 22:46

1.jpg
1.jpg (31.81 KiB) Viewed 535 times


CSS бокса:

Code: Select all

.box{
    padding: 0 20px;
    border-radius: 5px 5px 5px 5px;
    box-shadow:6px 6px 10px #000;
    left: 0%;
    position: relative;
    -webkit-transition: 300ms linear 0s;
    -moz-transition: 300ms linear 0s;
    -o-transition: 300ms linear 0s;
    transition: 300ms linear 0s;
                border:1px GROOVE blue
}


3.png
3.png (79.98 KiB) Viewed 535 times


CSS при наведении мыши на бокс:

Code: Select all

.box:hover {
    left: 0.3%;
    box-shadow:0px 0px 1px #000;
}
[center]i love you [s]mxIni[/s] Mysql[/center]


  • Similar Topics
    Replies
    Views
    Last post

Return to “Прочее”

Who is online (over the past 5 minutes)

Users browsing this forum: 1 guest