Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
I'm adding feature
  • Loading branch information
Nagaraja-Kamatar authored Nov 12, 2023
1 parent 112d6cc commit 57c35a1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
@media (min-width: 319px) and (max-width: 1600PX){
body{
background: url('bg.jpg');
margin: 0;
padding: 0;
font-family: 'Irish Grover', cursive;
background-repeat: no-repeat;

}

.circle{
Expand Down Expand Up @@ -151,7 +154,7 @@ h1 span{
margin: 0 25%;
width: 50%;
height: 20%;
background-color: orangered;
background-color: rgb(255, 170, 139);
border-radius: 15px;
opacity: 0.8;
font-family: 'Dancing Script', cursive;
Expand All @@ -160,10 +163,13 @@ h1 span{
footer .content{
margin: 0px 25px;
text-align: center;
font-size: 18px;
font-size: 20px;
color: black;
}

footer .H{
footer .Name{
text-align: right;
margin-right: 5px;
  }
color: black;
  }

0 comments on commit 57c35a1

Please sign in to comment.