updated and connected webview to C#
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
#header{
|
||||
border: black solid 2px;
|
||||
@import url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap');
|
||||
|
||||
body {
|
||||
font-family: 'Syne Mono', monospace;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
text-align: center;
|
||||
color: #2c3e50;
|
||||
margin: 80px 10px;
|
||||
}
|
||||
|
||||
video {
|
||||
width: 40vw;
|
||||
height: 30vw;
|
||||
margin: 2rem;
|
||||
background: #2c3e50;
|
||||
}
|
||||
|
||||
.videos {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
Reference in New Issue
Block a user