Skip to content

Commit

Permalink
merge 1184
Browse files Browse the repository at this point in the history
  • Loading branch information
akraus53 committed Feb 25, 2020
1 parent 798ba81 commit 2d43533
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ its great to be a part of it

MODIFYING FILES!
Your are awesome bro.

getting into forking, cloning & pulling

This comment has been minimized.

Copy link
@moiz-rizwi

moiz-rizwi Jan 26, 2021

Good one !

added empty
34 changes: 34 additions & 0 deletions sony18_heading.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Rainbow Poem</title>

<style>
*{
box-sizing: border-box;
}
.container{
background: dodgerblue;
width:100%;
height:200px;
padding:10px;
}
h1{
letter-spacing: 5px;
font-size: 40px;
font-weight: 700;
color:red;
text-shadow: 7px 7px black;
}
</style>
</head>
<body>
<div class="container">
<h1>Rainbow in Shadow</h1>
<p>Getting used to accessing & pushing files..</p>
</div>
</body>
</html>

0 comments on commit 2d43533

Please sign in to comment.