Skip to content

Instantly share code, notes, and snippets.

View skwebs's full-sized avatar

Satish Kumar Sharma skwebs

View GitHub Profile
@skwebs
skwebs / Activate_Windows_11_Pro_free.md
Created December 31, 2023 03:48 — forked from kimgiftww/Activate_Windows_11_Pro_free.md
Activate Windows 11 Pro free

An guide how to activate Windows 11 Pro for free

Why?

Because you will get some more features like an Bitlocker and host your device as an External Desktop which can be accessed through the internet

Am i also able to switch from any other edition to Pro?

The answer is yes! You can switch from almost any edition to Pro completely for free!

Note for users with unactivated Pro edition

People which already have Pro, but not activated, can skip to this step.

Getting started

What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key:

<div class="parallax-container">
<div class="background">
<img class="background__image" src="https://path/to/image.jpg" />
</div>
<div class="foreground">
<div class="foreground__content">
<h1>Oooo, parallax</h1>
</div>
</div>
</div>
.element {
// ...
transform: translateZ(0px);
animation: animateZ 2s infinite;
}
@keyframes animateZ {
from {
transform: translateZ(0px);
}
@skwebs
skwebs / css-parallax-1.css
Created June 24, 2019 13:05 — forked from smlparry/css-parallax-1.css
css-parallax-1
# CSS
.container {
display: flex;
justify-content: center;
align-items: center;
border: 1px solid black;
height: 200px;
width: 200px;
perspective: 8px;
perspective-origin: 50%;