7 lines
141 B
CSS
7 lines
141 B
CSS
|
.twitter-logo {
|
||
|
width: 200px;
|
||
|
height: 200px;
|
||
|
background: url(sprite-de3584.svg#twitter-usage) no-repeat;
|
||
|
background-size: contain;
|
||
|
}
|