Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Keshabkjha committed Aug 20, 2024
1 parent 224f375 commit 60e2eef
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Programs/cssBgImage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

<style>
body {
background-image: url("Keshabkjha.jpg");
background-repeat:no-repeat;
background-position: left;

}
</style>

<h1>Hello, I am Keshabkjha </h1>

20 changes: 20 additions & 0 deletions Programs/cssBgRepeat_X.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@


<style>
body {
background-image: url("Background.jpg");
background-repeat: no-repeat;
background-attachment:scroll;
background-size: cover;
}
h1{
color: red;
font-family: 'Times New Roman', Times, serif;
font-style: italic;
font-size: 40px;
text-align: center;
}
</style>

<h1>Hello How R U?</h1>

0 comments on commit 60e2eef

Please sign in to comment.