Skip to content
Snippets Groups Projects

Revert "Merge branch 'features/Adam/image' into 'development'"

Open Amulya N requested to merge amulya.n/sample_argon:features/Amulya/button into master
13 files
+ 7
213
Compare changes
  • Side-by-side
  • Inline

Files

.btns{
color:darkblue;
width:70px;
position: relative;
top: 0;
transition: top ease 0.3s;
border-radius: 5px;
}
.btns:hover{
top: -2px;
}
Loading