Add new particle system
This commit is contained in:
10
css/style.min.css
vendored
10
css/style.min.css
vendored
@@ -356,6 +356,9 @@
|
||||
.transform {
|
||||
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
||||
}
|
||||
.resize {
|
||||
resize: both;
|
||||
}
|
||||
.list-inside {
|
||||
list-style-position: inside;
|
||||
}
|
||||
@@ -1290,6 +1293,13 @@ footer a:hover {
|
||||
font-size: 1rem;
|
||||
padding: 0.75rem 1.5rem;
|
||||
}
|
||||
.glow-effect {
|
||||
box-shadow: 0 0 15px 5px rgba(0, 246, 255, 0.8), 0 0 25px 10px rgba(0, 81, 255, 0.5);
|
||||
transition: box-shadow 0.2s ease;
|
||||
}
|
||||
.no-glow {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
@property --tw-rotate-x {
|
||||
syntax: "*";
|
||||
|
Reference in New Issue
Block a user