15 lines
235 B
CSS
15 lines
235 B
CSS
|
div.entry-content a:link, a:visited{
|
||
|
|
||
|
border: 2px solid gray;
|
||
|
border-radius: 8px;
|
||
|
padding: 5px 5px;
|
||
|
text-align: center;
|
||
|
text-decoration: none;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
video {
|
||
|
width: 100%;
|
||
|
max-height: 100%;
|
||
|
}
|