Skip to content

Commit

Permalink
removed G logo
Browse files Browse the repository at this point in the history
  • Loading branch information
VirajS00 committed Jan 19, 2021
1 parent a8cffa7 commit 340baa3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<div class="half-circle hc3"></div>
<div class="half-circle hc4"></div>
</div>
<div class="shape-container google">
<!-- <div class="shape-container google">
<div class="google-g">G</div>
<div class="rect rect-1"></div>
<div class="rect rect-2"></div>
<div class="rect rect-3"></div>
</div>
</div> -->
<div class="shape-container ppt">
<div class="ppt-circle"></div>
<div class="ppt-p">P</div>
Expand Down
8 changes: 6 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ rect {
justify-content: center;
align-items: center;
color: #fff;
font-size: 400%;
font-size: calc(var(--shape-size) * 0.4);
box-shadow: calc(var(--shape-size) * 0.01) calc(var(--shape-size) * 0.02)
calc(var(--shape-size) * 0.07) calc(var(--shape-size) * 0.02)
rgba(0, 0, 0, 0.571);
Expand Down Expand Up @@ -249,6 +249,7 @@ rect {
#0a3f8f 100%
);
background-repeat: no-repeat;
border-radius: calc(var(--shape-size) * 0.03);
}

.word-w {
Expand All @@ -262,7 +263,7 @@ rect {
justify-content: center;
align-items: center;
color: #fff;
font-size: 400%;
font-size: calc(var(--shape-size) * 0.4);
box-shadow: calc(var(--shape-size) * 0.01) calc(var(--shape-size) * 0.02)
calc(var(--shape-size) * 0.07) calc(var(--shape-size) * 0.02)
rgba(0, 0, 0, 0.571);
Expand Down Expand Up @@ -292,6 +293,7 @@ rect {
);
background-size: 50%;
position: relative;
border-radius: calc(var(--shape-size) * 0.03);
}

.excel-box::after {
Expand All @@ -311,6 +313,8 @@ rect {
#125c38 75%,
#125c38 100%
);
border-top-right-radius: calc(var(--shape-size) * 0.03);
border-bottom-right-radius: calc(var(--shape-size) * 0.03);
}

.xl-x {
Expand Down

0 comments on commit 340baa3

Please sign in to comment.