10 lines
184 B
CSS
10 lines
184 B
CSS
|
#kc-logo-wrapper {
|
||
|
background-image: url("../img/red-hat-logo.png");
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: top right;
|
||
|
|
||
|
height: 65px;
|
||
|
|
||
|
margin: 100px;
|
||
|
}
|