0% found this document useful (0 votes)
30 views6 pages

IP Experiment-02

Uploaded by

gauravkudake9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views6 pages

IP Experiment-02

Uploaded by

gauravkudake9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

(a) Index.

html

<style>
body{
background-color: rgb(235, 236, 199);
}
#firstid a{
background-color: rgb(69, 67, 67);
color: white;
font-size: 45px;
}
</style>

OUTPUT:
(b) About.html

<style>
body{
background-image: url('https://th.bing.com/th?id=OLC.Y+hz00I9YKf+
+A480x360&rs=1&pid=ImgDetMain');
}
.chairman, .trustee, .MGM{
background-color: rgb(190, 221, 229);
border: 2px solid black;
border-radius: 16px;
padding: 10px;
float: left;
text-align: center;
font-size: large;
margin:10px;
}
</style>

OUTPUT:

(c) Admission.html
<style>
body{
/* background-color: rgb(174, 244, 244); */
background-image: url('https://wallpaperaccess.com/thumb/3108241.jpg');
}
#form{
background-color: rgb(212, 183, 204);
border: 2px solid black;
border-radius: 16px;
padding: 20px;
float: center;
text-align: center;
font-size: 18px;
margin-left: 300px;
margin-right: 300px;

}
</style>

OUTPUT:

(d) facility.html
<style>
body{
background-color: rgb(167, 229, 254);
}
.bus, .canteen, .hostel{
background-color: rgb(190, 221, 229);
border: 2px solid black;
border-radius: 16px;
padding: 10px;
float: left;
text-align: left;
font-size: large;
margin:10px;
}
</style>

OUTPUT:
(e) Contact.html

<style>
body{
background-color: rgb(171, 193, 213);
}
.cont_form{
background-color: rgb(186, 209, 214);
border: 2px solid black;
border-radius: 16px;
padding: 20px;
float: center;

text-align: center;
font-size: 18px;
margin-left: 300px;
margin-right: 300px;
}
</style>

OUTPUT:

(f) Department.html
<style>
body{
/* background-color: rgb(212, 183, 204); */
background-image:
url('https://th.bing.com/th/id/OIP.clqpXABMCVKj82takb1DSAHaEE?
rs=1&pid=ImgDetMain');
background-size: 1500px;

}
.dept_table{
border: 2px solid black;
border-radius: 16px;
padding: 20px;
padding-right: 20px;
float: center;
text-align: center;
font-size: 36px;
margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;

OUTPUT:

You might also like