Skip to content

Commit

Permalink
Merge pull request #118 from danielzhang2001/DanielsBranch
Browse files Browse the repository at this point in the history
test
  • Loading branch information
danielzhang2001 authored Apr 18, 2024
2 parents 2a1a04c + 13dfcdd commit 38b0fcb
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .history/assets/css/custom_styles_20240417231316.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.github_banner {
display: block;
position: absolute;
top: 0;
right: 350px;
z-index: 10;
padding: 10px 50px 10px 10px;
color: #fff;
background: url('../images/github.png') #0090ff no-repeat 95% 50%;
font-weight: 700;
box-shadow: 0 0 10px rgba(0, 0, 0, .5);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}

.privacy_banner {
display: block;
position: absolute;
top: 0;
right: 200px;
z-index: 10;
padding: 10px 50px 10px 10px;
color: #fff;
background: url('../images/privacy.png') #0090ff no-repeat 95% 50%;
font-weight: 700;
box-shadow: 0 0 10px rgba(0, 0, 0, .5);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}

0 comments on commit 38b0fcb

Please sign in to comment.