update Home Element Position
This commit is contained in:
30
src/components/Common/VideoMonitor/video-monitor.css
Normal file
30
src/components/Common/VideoMonitor/video-monitor.css
Normal file
@@ -0,0 +1,30 @@
|
||||
.video-monitor {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-left: 80px;
|
||||
height: 200px;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.video-monitor > h2 {
|
||||
margin: 0;
|
||||
padding: 10px 0;
|
||||
background: #16253c;
|
||||
color: #fff;
|
||||
font-weight: 400;
|
||||
letter-spacing: 2px;
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.video-monitor > .video-container {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.video-container > div {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
background: #ccc1;
|
||||
}
|
||||
Reference in New Issue
Block a user