Skip to content

Commit ecb0de5

Browse files
committed
editting
1 parent ac80cfc commit ecb0de5

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

img/design-edit.png

62.7 KB
Loading

img/design-edit.png:Zone.Identifier

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[ZoneTransfer]
2+
ZoneId=3
3+
HostUrl=about:internet

img/design.png:Zone.Identifier

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[ZoneTransfer]
2+
ZoneId=3
3+
HostUrl=about:internet

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<div class="middle-circle-container">
2121
<div class="middle-circle-left"></div>
2222
<div class="middle-circle-middle">
23-
<img src="./img/hashnode-brand-icon-and-hashnode-middle-petal.png" />
23+
<img src="./img/hashnode-brand-icon-and-hashnode-middle-petal.png"/>
2424
</div>
2525
<div class="middle-circle-right"></div>
2626
</div>
2727
<div class="buttom-circle"></div>
28-
<div class="branch"></div>
29-
<div class="branch-leafs">
28+
<div class="stem"></div>
29+
<div class="stem-leaves">
3030
<div class="leaf-left"></div>
3131
<div class="leaf-right"></div>
3232
</div>

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ body {
3535
animation: circle 6s linear infinite;
3636
}
3737

38-
.branch {
38+
.stem {
3939
width: 5px;
4040
height: 100px;
4141
background-color: green;
4242
margin-bottom: -5%;
4343
}
4444

45-
.branch-leafs {
45+
.stem-leaves {
4646
display: grid;
4747
grid-template-columns: 1fr 1fr;
4848
justify-items: center;

0 commit comments

Comments
 (0)