Skip to content

Commit

Permalink
changed the background of subscription page and added back button.
Browse files Browse the repository at this point in the history
  • Loading branch information
suhanigupta23 committed May 29, 2024
1 parent 1aed300 commit 6206bdd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions Html-files/subscription.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@ body {
margin: 0;
padding: 0;
height: 100vh;
background-image: url(https://hips.hearstapps.com/hmg-prod/images/best-meal-delivery-services-territory-foods-1630350085.jpg?crop=0.999866844207723xw:1xh;center,top&resize=980:*);
background-image: url(https://bsmedia.business-standard.com/_media/bs/img/article/2023-09/14/full/1694673859-4182.jpeg?im=FeatureCrop);
background-size: cover;

}
.services_page{
color:crimson;
position: relative;
left:10px;
font-size: 18px;
left:20px;
top:2px;
font-size: 40px;
font-weight: bold;
background-color: rgb(247, 218, 181);
width:230px;
padding:4px;
background-color: rgb(244, 242, 240);
width:20px;
border-radius:40%;
display: inline-block;
padding: 8px 25px;
}
.services_page:hover{
color:#fff;
Expand Down
2 changes: 1 addition & 1 deletion Html-files/subscription.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="subscription.css">
</head>
<body>
<a href="services.html"><p class="services_page"> BACK TO SERVICE PAGE</p></a>
<a href="services.html"><p class="services_page"><b>&#8249;</b></p></a>
<div class="container">
<div class="product gold_mem">
<p class="types_membership gold">Gold Membership</p class="types_membership">
Expand Down
Binary file added Images/subscription_page_bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6206bdd

Please sign in to comment.