resolved confocts
This commit is contained in:
commit
3fe7d8bb47
7
static/css/style.css
Normal file
7
static/css/style.css
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
* {
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#video1 {
|
||||||
|
padding-top: 100px;
|
||||||
|
}
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user