Skip to content

Add css changes to 'h1-water-css' & 'back-to-top-button'#328

Open
DefinitelyObsessed wants to merge 1 commit intokognise:masterfrom
DefinitelyObsessed:demo
Open

Add css changes to 'h1-water-css' & 'back-to-top-button'#328
DefinitelyObsessed wants to merge 1 commit intokognise:masterfrom
DefinitelyObsessed:demo

Conversation

@DefinitelyObsessed
Copy link
Copy Markdown

Added id

  • to header
    <h1 id="h1-water-css">Water.css</h1>
  • to back to top button
          <a id="back-to-top" href="#">Back to top ⬆</a>

Added CSS

  • to header
    #h1-water-css {
  background: rgba( 255, 255, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  margin-bottom: 50px;
  padding: 20px ;
  width: max-content;
}
  • to back to top button
#back-to-top {
  border-radius: 50px;
  background: #e0e0e0;
  box-shadow:  20px 20px 60px #bebebe,
               -20px -20px 60px #ffffff;
  margin: 30px 0;
  padding: 20px;
}

** I am new to open source , if i have made mistakes please point that out to me .Thank you***

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 19, 2023

⚠️ No Changeset found

Latest commit: c233330

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@diomed
Copy link
Copy Markdown

diomed commented May 15, 2023

that back to top looks very bad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants