Skip to content

Commit

Permalink
issue E-Cell-VSSUT#5 resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
asutosh-147 committed Oct 9, 2022
1 parent 37f1a30 commit 213826b
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes
Binary file added Asutosh Behuria/issue 5/blackpanther.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions Asutosh Behuria/issue 5/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!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">
<link rel="stylesheet" href="styles.css">
<title>issue 1</title>
</head>
<body>
<img src="blackpanther.jpg" alt="">
</body>
</html>
11 changes: 11 additions & 0 deletions Asutosh Behuria/issue 5/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
body{
overflow: hidden;
background-color: rgb(57, 57, 57);
}
img{
display: block;
width: 20%;
margin: 15% auto;
border-radius: 50%;
box-shadow: 0px 0px 35px rgb(0, 0, 0);
}

0 comments on commit 213826b

Please sign in to comment.