
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@citizensadvice/background-position
Advanced tools
The background-position property sets the starting position of a background image. This can only be used with a background image.
The background-position property sets the starting position of a background image. This can only be used with a background image.
.bg-center { background-repeat: no-repeat; background-position: center center }
.bg-top { background-repeat: no-repeat; background-position: top center }
.bg-right { background-repeat: no-repeat; background-position: center right }
.bg-bottom { background-repeat: no-repeat; background-position: bottom center }
.bg-left { background-repeat: no-repeat; background-position: center left }
To apply specific classes at set screen widths, use the following classes:
Class name | Description |
---|---|
[aboveClassName]-ns | Screens with a min-width of 48rem |
[aboveClassName]-m | Screens with widths from 48rem to 64rem |
[aboveClassName]-l | Screens with a min-width of 64rem |
<div class="bg-center bg-left-ns">...</div>
<div class="bg-left bg-right-ns">...</div>
<div class="bg-right bg-left-ns">...</div>
$ npm install @citizensadvice/backround-position
now import into your stylesheet...
@import '@citizensadvice/background-position/index.scss';
You can also make use of the unpkg service, try adding the link below to the head of your HTML
file
<link
src="https://unpkg.com/@citizensadvice/background-position@latest/build/background-position.css"
/>
FAQs
The background-position property sets the starting position of a background image. This can only be used with a background image.
We found that @citizensadvice/background-position demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.