Monday, August 17, 2015


Hello friends today i am posting a full code of a website created using html and css. Hope you like it...
This code works perfectly in firefox.
Simply copy the code and paste in your text-editor and save it with .html extension. And also copy the following image and name it bg.jpg. Here is the code and image.


<html>
<head>
<title>Home Page</title>
<body>
<style>
*{
margin:0px;
padding:0px;
}

a{
text-decoration: none;}

body{
background-image: url(bg.jpg);
background-position: center;
background-repeat: no-repeat;
height:100%;
width:100%;
background-color: #800000;
}

header{
font-family:Comic Sans MS;
color:‪#‎fffff0‬;
font-size:35px;
text-align:center;
margin-top:5px;
text-shadow:4px 4px 2px #333333;
}

header e{
color: ‪#‎deb887‬;
font-size:25px;
text-shadow:1px 1px 2px #333333;
}

header a{
font-size:15px;
color: ‪#‎8b0000‬;
text-shadow:1px 1px 2px #333333;
}

header a:hover{
color: #660033}

nav ul li{
display:inline;
}

nav ul{
background-color: #808000;
width:657px;
opacity:0.5;
filter:alpha(opacity=50);
padding:10px;
border-radius:50px;
box-shadow:2px 5px 2px #333333;}

nav ul li a{
color:white;
font-size:30px;
font-family:Comic Sans MS;
margin-left:25px;
border-radius:50px;
padding:9px;
}

nav ul li a:hover{
box-shadow: inset 2px 2px 2px #333333;
}

nav ul li a:active{
box-shadow: inset 3px 3px 3px #333333;
}

p#description{
font-family:Comic Sans MS;
color: #990000;
font-size:25px;
text-align:center;
margin-top:50px;
margin-left:150px;
margin-bottom:80px;
width:700px;
height:350px;
box-shadow: inset 0px 0px 100px #800000;
box-shadow: 2px 2px 5px #333333;
}

footer{
color:‪#‎f5f5f5‬;
font-family: Comic Sans MS;
font-size:20px;
text-align: center;}

footer a{
color: #f5f5f5;
}

log{
color:brown;
font-family:Comic Sans MS;
}
</style>
</body>
<header><i><b>First name</i> <e>Second name</e></b> <a title="Twitter" href="http://www.twitter.com/avishekshah1">@avishekshah1</a></header>
<nav><center>
<ul>
<li><a title="Home Page" href=#>Home</a></li>
<li><a title="Photo Gallery" href=#>Gallery</a></li>
<li><a title="Contacts" href=#>Contact Us</a></li>
<li><a title="About Us" href=#>About Us</a></li>
</ul>
</nav><br></center>
<p id="description"><font size=35 color=#660000>
Hello! smile emoticon,<br></font>
Text Text Text Text Text Text Text Text Text<br>
Text Text Text Text Text Text Text<br>
Text Text Text Text Text<br>
Text Text Text<br>
Enjoy... kiki emoticon<br>
</p>
<hr color=‪#‎8b4513‬><footer>
<u>Desi</u>g<u>ned</u> <u>b</u>y : <a href="http://www.twitter.com/avishekshah1">Avishek Shah</a><br>
<u>E</u>-<u>mail</u> : avishekshah14@gmail.com
</footer>
<log>Designed on : 30-JUNE-2015</log>
</html>



No comments:

Post a Comment