Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
tonmoy998 committed Apr 1, 2024
1 parent efc64a6 commit b2de55e
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 12 deletions.
8 changes: 4 additions & 4 deletions assets/css/hero.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions scss/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
overflow: hidden;
// border: 2px solid;
width: 100%;
height: 3rem;
height: 3.5rem;
background-color: rgb(33, 35, 90);
.logo {
font-size: 1.35rem !important;
Expand All @@ -523,12 +523,12 @@
width: fit-content !important;
height: auto;
margin: 0 !important;
font-size: 0.75rem !important;
font-size: 0.78rem !important;
padding: 0.2rem 0.25rem !important;
}
.github-link {
margin-right: 5%;
font-size: 1.1rem;
font-size: 1.2rem;
padding: 0 0.4rem;
}
}
Expand Down Expand Up @@ -563,7 +563,7 @@
height: 100%;
max-width: 100% !important;
position: absolute;
top: 50%;
top: 55%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
Expand Down
50 changes: 50 additions & 0 deletions trash.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
background: linear-gradient(
230deg,
rgba(120, 153, 220, 100),
rgba(120, 153, 204, 400),
rgb(120, 153, 220)
);
<p class="text px-1">
Awesome! What's
<span class="text-green">your name?</span>
</p>
<div class="terminal-row">
<div class="terminal-response">
<i class="fa-solid fa-circle-check text-green"></i>
<p class="text">tonmoymojumder</p>
</div>
</div>











<p class="text px-1">
Perfect! How can I
<span class="text-green">help you?</span>
</p>

<div class="message">
<div class="zsh-icons">
<i class="fa-solid fa-arrow-right text-green"></i>
</div>
<div class="terminal-user-input">
<p class="text">Enter description :</p>
<textarea
class="messageInput text-green"
name="message"
id="message"
cols="50"
rows="10"
></textarea>
</div>
</div>

<button class="btn-send">send</button>

0 comments on commit b2de55e

Please sign in to comment.