SecureJS Logo

SecureJS Obfuscator

Protect your JavaScript with Encrypted Authorship Watermarking and Secure Delivery.

Home Pricing How Guide Benefits Login Register

Developer Terms Glossary

%

Percentage, relative to the parent element.

28/06/2025 08:39 💡

Animation

Defines keyframe animations.

28/06/2025 08:39 💡

Attribute selector

Selects elements based on attribute values.

28/06/2025 08:40 💡

Background

Sets the background properties of an element.

28/06/2025 08:40 💡

Border

The outer edge of an element that separates padding from margin.

28/06/2025 08:40 💡

Border-radius

Defines the radius of the element's corners.

28/06/2025 08:41 💡

Bottom

Specifies the bottom position of a positioned element.

28/06/2025 08:41 💡

Box model

The box model describes the rectangular boxes generated for elements, including margin, border, padding, and content.

28/06/2025 08:41 💡

Box-shadow

Applies shadow to elements.

28/06/2025 08:42 💡

Cascade

The order of rules that determines which CSS style is applied.

28/06/2025 08:42 💡

Class selector

Selects elements with a specific class attribute.

28/06/2025 08:43 💡

Clear

Specifies what elements can float beside the cleared element.

28/06/2025 08:43 💡

Color

Sets the color of text.

28/06/2025 08:43 💡

Display

Specifies how an element is displayed (e.g., block, inline, flex, grid).

28/06/2025 08:43 💡

Element selector

Selects all elements of a given type.

28/06/2025 08:44 💡

EM

Relative to the font-size of the element.

28/06/2025 08:44 💡

Filter

Applies graphical effects like blur or brightness to elements.

28/06/2025 08:44 💡

Flexbox

A CSS layout model that allows elements to align and distribute space within a container.

28/06/2025 08:45 💡

Float

Specifies that an element should float to the left or right.

28/06/2025 08:45 💡

Font-family

Specifies the font of text.

28/06/2025 08:45 💡

Font-size

Specifies the size of the font.

28/06/2025 08:45 💡

Font-weight

Specifies the weight (boldness) of the font.

28/06/2025 08:46 💡

Grid

A two-dimensional CSS layout system for arranging items in rows and columns.

28/06/2025 08:46 💡

Height

Specifies the height of an element.

28/06/2025 08:46 💡

ID selector

Selects an element based on its ID.

28/06/2025 08:47 💡