created style

This commit is contained in:
alicestrt 2020-09-08 16:59:05 +02:00
parent 6a33c9149a
commit e75fe19d83
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>
</head>
<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>
</html>