Browse Source

created style

master
alicestrt 4 years ago
parent
commit
e75fe19d83
  1. 7
      static/css/style.css
  2. 7
      templates/perspectiveA.html

7
static/css/style.css

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

7
templates/perspectiveA.html

@ -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>

Loading…
Cancel
Save