9 lines
127 B
CSS
9 lines
127 B
CSS
|
#export a {
|
||
|
padding: 0.5em;
|
||
|
margin: 0 1em;
|
||
|
border-radius: 0.5em;
|
||
|
text-decoration: none;
|
||
|
background: #35e;
|
||
|
color: #fff;
|
||
|
}
|