Skip to content

Commit

Permalink
Added Album Background Pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Draxter1891 committed Sep 3, 2022
1 parent 1fa5fd7 commit c8b33a2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions css/phone.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
margin: 0px 37px -1px -2px
}
/* Services Section */
.services-container::before{
content:"";
position: absolute;
width: 100%;
height: 727rem;
z-index: -1;
opacity:0.5;
background:repeating-linear-gradient(45deg, rgb(228, 160, 160), transparent 200px);
}
#services{
flex-direction: column;

Expand Down
15 changes: 12 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,27 @@
display: flex; */
flex-direction: column;
/* flex-wrap: wrap;*/
margin-top:5px;
}
.services-container::before{
content:"";
position: absolute;
width: 100%;
height: 727rem;
z-index: -1;
opacity:0.5;
background:repeating-radial-gradient(rgb(146, 163, 185), transparent 100px);
}


#services .box{
align-items: center;
justify-content: center;
border: 2px solid rgb(102, 21, 21);
border: 5px dashed rgb(255, 255, 255);
padding: 43px;
margin: 33px 446px;
border-radius: 28px;
color: aliceblue;
background: #381731;
background: #1d0c2b;
}
#services .box img{
height: 569px;
Expand Down

0 comments on commit c8b33a2

Please sign in to comment.