Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.