Web Development Project
Web Development Project
B.TECH CSE
3RD YR
PAGE 1.
<!DOCTYPE html>
<html>
<head>
<title>fashion</title>
<style>
background-size: cover;
#div1
width:400px;
height: 200px;
background:url("https://www.tipsnailbar.ca/wp-content/uploads/2015/09/fashion-logo.png");
margin-left:400px;
#div2
width:300px;
height: 300px;
background:url(http://www.paperfashionstore.com/wpcontent/uploads/2019/04/PaperFashionLogo_800p
x.png);
background-size: 300px,300px;
margin-left:100px;
float:left;
#ul2
{ list-style: none; }
#ul2 li
font-size:20px;
float: left;
width:130px;
height:20px;
padding: 20px;
text-align: center;
color:black;
#ul2 li:hover {
background: #C792C5;
color: white;
#div3
width:500px;
height: 270px;
background:url(https://www.sccpre.cat/mypng/detail/53-533075_fashion-blogger-style-fashion-magazine-
text-png.png);
background-size: 500px,600px;
float: right;
</style>
</head>
<body >
<ul id="ul2">
<a href="#"><li>ABOUT</li></a>
<a href="form1.html"><li>REGISTRATION</li></a>
<a href="gallery.html"><li>GALLERY</li></a>
</ul>
</body> </html>
PAGE 2.
<!DOCTYPE html>
<html>
<head>
<title>application</title>
<style>
#div1
width:400px;
height: 600px;
border-style:solid;
margin-left:400px;
body{
background-image:url(https://img.freepik.com/free-vector/colorful-memphis-design-background-
vector_53876-81744.jpg?size=626&ext=jpg);
background-size: cover; }
font-size:20px;
</style>
</head>
<body>
<center>
<hr>
<div id="div1">
<pre>
FIRST NAME :<input type="text" name="firstname">
<br>
<br>
<br>
</select>
<br>
<br>
<br>
<br><br>
<br> <br>
<br>
</div>
</form>
</body>
</html>
PAGE 3.
<html>
<head>
<style>
div.word {
margin-left: 120px;
width: 600px;
div.gallery {
margin: 30px;
float: left;
width: 200px;
div.gallery:hover {
div.gallery img {
width: 100%;
height: auto;
div.desc {
padding: 15px;
text-align: center;
</style>
</head>
<body>
<div class="word">
<div class="gallery">
</div>
<div class="gallery">
</a>
</div>
<div class="gallery">
</div>
<div class="gallery">
</div>
</body>
</html>