Abalos Assignment

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

<!

DOCTYPE html>

<html>

<head>

<style>

body {

background-color: #FFFF99; /* Light yellow */

font-family: Arial, sans-serif;

background-size: cover;

h1 {

background-color: #1E90FF; /* DodgerBlue */

color: white;

padding: 10px;

border-radius: 5px;

h2 {

color: #1E90FF; /* DodgerBlue */


margin-top: 20px;

p{

color: black;

img {

border: 1px solid #ddd;

border-radius: 4px;

padding: 5px;

width: 150px;

img:hover {

box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);

</style>

</head>

<body>

<center>

<h1>STI COLLEGE LAS PIÑAS</h1>

</center>

<center>

<h2 style="color:black;">Sti ads:</h2>

<center>

<center>

<video controls poster="Thumbnail.PNG" width="640" height="480">

<source src="Enrollment.mp4" type="video/mp4">

</video>

<h2 style="color:Black;">Thanks audio:</h2>


<audio controls>

<source src="Thanks.mp3">

</audio>

</center>

</center>

</center>

</body>

</html>

You might also like