Replace properties with shorthand version
This commit is contained in:
+3
-5
@@ -3,12 +3,10 @@
|
||||
position: relative;
|
||||
min-height: 150px;
|
||||
margin: 25px;
|
||||
background: #575757;
|
||||
border: #9c9c9c;
|
||||
border-style: solid;
|
||||
border-radius: 50px;
|
||||
border-width: 5px;
|
||||
padding: 20px;
|
||||
background: #575757;
|
||||
border: 5px solid #9c9c9c;
|
||||
border-radius: 50px;
|
||||
opacity: 0;
|
||||
float: left;
|
||||
clear: both;
|
||||
|
||||
Reference in New Issue
Block a user