Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="screen.css">
<title>Document</title>
</head>
<body>
<hr/>
<header>
<div class="header_content">
<img src="https://www.edureka.co/blog/wp-content/uploads/2018/08/Insurance-Leadspace-Aniamted.gif" alt="" />
</div>
<div class="header_content">
<h1>Assignment-3</h1>
</div>
<hr/>
</header>
<div class="container">
<div class="list_content">
<h3>Sites</h3>
<ul>
<li><a href="https://www.google.co.in/"> Google </a></li>
<li><a href="https://www.youtube.com/">Youtube</a></li>
<li><a href="https://www.w3schools.com/">W3school</a></li>
</ul>
</div>
<div class="list_content">
<h3>Recent Visit</h3>
<ul>
<li><a href="https://github.com/">Github</a></li>
<li><a href="https://www.w3schools.com/">W3school</a></li>
<li><a href="https://www.glassdoor.co.in/index.htm?countryRedirect=true">Glassdoor</a></li>
</ul>

</div>
</div>

</body>
</html>
27 changes: 27 additions & 0 deletions screen.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.header_content{
display: inline-block;
width: 48%;
}
img{
border: 3px solid mediumorchid;
width: 50%;
height: 50%;
}
h1{
float: right;

}
.list_content{
display: inline-block;
width: 48%;
}
ul{
list-style-type: none;
}
h3{
text-shadow: 0 0 3px #FF0000;
}
h1 {
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}