resolved confocts

This commit is contained in:
nglk 2020-09-08 17:01:07 +02:00
commit 3fe7d8bb47
2 changed files with 13 additions and 1 deletions

7
static/css/style.css Normal file
View File

@ -0,0 +1,7 @@
* {
background-color: red;
}
#video1 {
padding-top: 100px;
}

View File

@ -4,6 +4,11 @@
<title>Perspective A</title> <title>Perspective A</title>
</head> </head>
<body> <body>
<h1>persssss</h1> <h1>Perspective A</h1>
<div id="video1">
<iframe width="420" height="315"
src="https://www.youtube.com/watch?v=fKOKxuFyEdg">
</iframe>
</div>
</body> </body>
</html> </html>