CodeWithHarry / Sigma-Web-Dev-Course

Source Code for Sigma Web Development Course
6.27k stars 1.93k forks source link

exercise 1 #172

Open Ayush3406 opened 7 months ago

Ayush3406 commented 7 months ago

<!DOCTYPE html>

Exercise 1

You Can Hear Or Download The Audio & Video On Addyfi

Audio

  1. Wanna Be Yours
  2. Tadow
  3. Animal
  4. 9 Am
  5. Pehle Bhi Mai
  6. Let Her Go X Husn

Video

  1. Death Bed X Apa Fer Milange
  2. Downers At Dusk
  3. Choo Lo
  4. Tere Hawalee
  5. Rait Zara Si
  6. Tum Tak

css

audio{ display: flex; font-style: calc(oblique); font-weight: 300; color: rgb(240, 231, 231); } ul{ display: flex; list-style: circle; } ul li{ margin-right: 20px; font-style: oblique; color:white ; } h1{ font-style: italic; font-size: medium; font-weight: 200; font-family: 'Courier New', Courier, monospace; font-variant: inherit; color: aliceblue; } h3{ font-style: italic; color: rgb(245, 246, 245); } main{ height: 200px; width: 200px; } ol li{ font-style: oblique; color: seashell; } html{ background-image: url(image1.jpg); background-repeat: no-repeat; backface-visibility: visible; background-size: cover; }