Replace properties with shorthand version
This commit is contained in:
+2
-6
@@ -10,20 +10,16 @@
|
||||
|
||||
|
||||
#pfp {
|
||||
border: #9c9c9c;
|
||||
border-style: solid;
|
||||
border: 5px solid #9c9c9c;
|
||||
border-radius: 50px;
|
||||
border-width: 5px;
|
||||
margin-bottom: 50px;
|
||||
box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
#info {
|
||||
background: #575757;
|
||||
border: #9c9c9c;
|
||||
border-style: solid;
|
||||
border: 5px solid #9c9c9c;
|
||||
border-radius: 50px;
|
||||
border-width: 5px;
|
||||
padding: 20px;
|
||||
opacity: 0;
|
||||
box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
|
||||
|
||||
Reference in New Issue
Block a user