mirror of
https://github.com/thangisme/notes.git
synced 2026-07-29 03:23:53 -04:00
Initial commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
a {
|
||||
-ms-transition: all 1s;
|
||||
transition: all 1s;
|
||||
|
||||
-ms-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
|
||||
background: -ms-linear-gradient(white, black);
|
||||
background: linear-gradient(white, black);
|
||||
}
|
||||
Reference in New Issue
Block a user