Design front page of hospital with different style sheets
Design front page of hospital with different style sheets. Original Title: Hospital Website created using HTML & CSS, Computer application project Description: Computer Application Project submitted in IINTM , janak puri affiliated to guru gobind singh indraprastha university. Topic: HOSPITAL WEBSITE ( WE CARE HOSPITAL ) Using: HTML & CSS Code:- Input:- <!DOCTYPE html><html lang=”en”><head> <meta charset=”UTF-8″> <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Hospitals</title> <link rel=”icon” href=”https://upload.wikimedia.org/wikipedia/en/thumb/0/0e/Prince_of_Wales_Hospital_logo.svg/1920px-Prince_of_Wales_Hospital_logo.svg.png” type=”image/png”> <link rel=”stylesheet” href=”covidcss.css”></head><style> body { background-image: url(https://rubanpatliputrahospital.com/wp-content/uploads/2020/03/banner-3-1.jpg); background-repeat: no-repeat; } .container_1 { width: 100%; height: 1250%; display: flex; flex-wrap: wrap; justify-content: center; background-color: rgb(224 248 235 / 94%); padding: 100px 150px; margin-top: 750px; } … Read more