mirror of
https://github.com/DerTyp7/obs-twitch-camera-frame.git
synced 2025-10-29 12:52:14 +01:00
added tf banner ;)
This commit is contained in:
@@ -55,3 +55,27 @@ html {
|
||||
animation-duration: 20s;
|
||||
animation-name: backgroundAnimation;
|
||||
}
|
||||
|
||||
#teafire-banner {
|
||||
height: 50px;
|
||||
width: 180px;
|
||||
padding: 20px;
|
||||
margin-top: -200px;
|
||||
z-index: 1;
|
||||
animation-timing-function: linear;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#teafire-banner p {
|
||||
color: teal;
|
||||
float: left;
|
||||
font-size: 23pt;
|
||||
font-weight: bolder;
|
||||
padding-top: 8px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
#teafire-banner img {
|
||||
color: teal;
|
||||
height: 50px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user