CSS Reference
CSS Properties
Results: 228
ID | CSS Property | Description |
---|---|---|
1 | align-content | Specifies the alignment between the lines inside a flexible container when the items do not use all available space |
2 | align-items | Specifies the alignment for items inside a flexible container |
3 | align-self | Specifies the alignment for selected items inside a flexible container |
4 | all | Resets all properties (except unicode-bidi and direction) |
5 | animation | A shorthand property for all the animation-* properties |
6 | animation-delay | Specifies a delay for the start of an animation |
7 | animation-direction | Specifies whether an animation should be played forwards, backwards or in alternate cycles |
8 | animation-duration | Specifies how long an animation should take to complete one cycle |
9 | animation-fill-mode | Specifies a style for the element when the animation is not playing (before it starts, after it ends, or both) |
10 | animation-iteration-count | Specifies the number of times an animation should be played |
11 | animation-name | Specifies a name for the @keyframes animation |
12 | animation-play-state | Specifies whether the animation is running or paused |
13 | animation-timing-function | Specifies the speed curve of an animation |
14 | backface-visibility | Defines whether or not the back face of an element should be visible when facing the user |
15 | background | A shorthand property for all the background-* properties |
16 | background-attachment | Sets whether a background image scrolls with the rest of the page, or is fixed |
17 | background-blend-mode | Specifies the blending mode of each background layer (color/image) |
18 | background-clip | Defines how far the background (color or image) should extend within an element |
19 | background-color | Specifies the background color of an element |
20 | background-image | Specifies one or more background images for an element |
21 | background-origin | Specifies the origin position of a background image |
22 | background-position | Specifies the position of a background image |
23 | background-repeat | Sets if/how a background image will be repeated |
24 | background-size | Specifies the size of the background images |
25 | border | A shorthand property for border-width, border-style and border-color |
26 | border-bottom | A shorthand property for border-bottom-width, border-bottom-style and border-bottom-color |
27 | border-bottom-color | Sets the color of the bottom border |
28 | border-bottom-left-radius | Defines the radius of the border of the bottom-left corner |
29 | border-bottom-right-radius | Defines the radius of the border of the bottom-right corner |
30 | border-bottom-style | Sets the style of the bottom border |
31 | border-bottom-width | Sets the width of the bottom border |
32 | border-collapse | Sets whether table borders should collapse into a single border or be separated |
33 | border-color | Sets the color of the four borders |
34 | border-image | A shorthand property for all the border-image-* properties |
35 | border-image-outset | Specifies the amount by which the border image area extends beyond the border box |
36 | border-image-repeat | Specifies whether the border image should be repeated, rounded or stretched |
37 | border-image-slice | Specifies how to slice the border image |
38 | border-image-source | Specifies the path to the image to be used as a border |
39 | border-image-width | Specifies the width of the border image |
40 | border-left | A shorthand property for all the border-left-* properties |
41 | border-left-color | Sets the color of the left border |
42 | border-left-style | Sets the style of the left border |
43 | border-left-width | Sets the width of the left border |
44 | border-radius | A shorthand property for the four border-*-radius properties |
45 | border-right | A shorthand property for all the border-right-* properties |
46 | border-right-color | Sets the color of the right border |
47 | border-right-style | Sets the style of the right border |
48 | border-right-width | Sets the width of the right border |
49 | border-spacing | Sets the distance between the borders of adjacent cells |
50 | border-style | Sets the style of the four borders |
51 | border-top | A shorthand property for border-top-width, border-top-style and border-top-color |
52 | border-top-color | Sets the color of the top border |
53 | border-top-left-radius | Defines the radius of the border of the top-left corner |
54 | border-top-right-radius | Defines the radius of the border of the top-right corner |
55 | border-top-style | Sets the style of the top border |
56 | border-top-width | Sets the width of the top border |
57 | border-width | Sets the width of the four borders |
58 | bottom | Sets the elements position, from the bottom of its parent element |
59 | box-decoration-break | Sets the behavior of the background and border of an element at page-break, or, for in-line elements, at line-break. |
60 | box-shadow | Attaches one or more shadows to an element |
61 | box-sizing | Defines how the width and height of an element are calculated: should they include padding and borders, or not |
62 | break-after | Specifies whether or not a page-, column-, or region-break should occur after the specified element |
63 | break-before | Specifies whether or not a page-, column-, or region-break should occur before the specified element |
64 | break-inside | Specifies whether or not a page-, column-, or region-break should occur inside the specified element |
65 | caption-side | Specifies the placement of a table caption |
66 | caret-color | Specifies the color of the cursor (caret) in inputs, textareas, or any element that is editable |
67 | @charset | Specifies the character encoding used in the style sheet |
68 | clear | Specifies on which sides of an element floating elements are not allowed to float |
69 | clip | Clips an absolutely positioned element |
70 | color | Sets the color of text |
71 | column-count | Specifies the number of columns an element should be divided into |
72 | column-fill | Specifies how to fill columns, balanced or not |
73 | column-gap | Specifies the gap between the columns |
74 | column-rule | A shorthand property for all the column-rule-* properties |
75 | column-rule-color | Specifies the color of the rule between columns |
76 | column-rule-style | Specifies the style of the rule between columns |
77 | column-rule-width | Specifies the width of the rule between columns |
78 | column-span | Specifies how many columns an element should span across |
79 | column-width | Specifies the column width |
80 | columns | A shorthand property for column-width and column-count |
81 | content | Used with the :before and :after pseudo-elements, to insert generated content |
82 | counter-increment | Increases or decreases the value of one or more CSS counters |
83 | counter-reset | Creates or resets one or more CSS counters |
84 | cursor | Specifies the mouse cursor to be displayed when pointing over an element |
85 | direction | Specifies the text direction/writing direction |
86 | display | Specifies how a certain HTML element should be displayed |
87 | empty-cells | Specifies whether or not to display borders and background on empty cells in a table |
88 | filter | Defines effects (e.g. blurring or color shifting) on an element before the element is displayed |
89 | flex | A shorthand property for the flex-grow, flex-shrink, and the flex-basis properties |
90 | flex-basis | Specifies the initial length of a flexible item |
91 | flex-direction | Specifies the direction of the flexible items |
92 | flex-flow | A shorthand property for the flex-direction and the flex-wrap properties |
93 | flex-grow | Specifies how much the item will grow relative to the rest |
94 | flex-shrink | Specifies how the item will shrink relative to the rest |
95 | flex-wrap | Specifies whether the flexible items should wrap or not |
96 | float | Specifies whether or not a box should float |
97 | font | A shorthand property for the font-style, font-variant, font-weight, font-size/line-height, and the font-family properties |
98 | @font-face | A rule that allows websites to download and use fonts other than the "web-safe" fonts |
99 | font-family | Specifies the font family for text |
100 | font-feature-settings | Allows control over advanced typographic features in OpenType fonts |
101 | @font-feature-values | Allows authors to use a common name in font-variant-alternate for feature activated differently in OpenType |
102 | font-kerning | Controls the usage of the kerning information (how letters are spaced) |
103 | font-language-override | Controls the usage of language-specific glyphs in a typeface |
104 | font-size | Specifies the font size of text |
105 | font-size-adjust | Preserves the readability of text when font fallback occurs |
106 | font-stretch | Selects a normal, condensed, or expanded face from a font family |
107 | font-style | Specifies the font style for text |
108 | font-synthesis | Controls which missing typefaces (bold or italic) may be synthesized by the browser |
109 | font-variant | Specifies whether or not a text should be displayed in a small-caps font |
110 | font-variant-alternates | Controls the usage of alternate glyphs associated to alternative names defined in @font-feature-values |
111 | font-variant-caps | Controls the usage of alternate glyphs for capital letters |
112 | font-variant-east-asian | Controls the usage of alternate glyphs for East Asian scripts (e.g Japanese and Chinese) |
113 | font-variant-ligatures | Controls which ligatures and contextual forms are used in textual content of the elements it applies to |
114 | font-variant-numeric | Controls the usage of alternate glyphs for numbers, fractions, and ordinal markers |
115 | font-variant-position | Controls the usage of alternate glyphs of smaller size positioned as superscript or subscript regarding the baseline of the font |
116 | font-weight | Specifies the weight of a font |
117 | grid | A shorthand property for the grid-template-rows, grid-template-columns, grid-template-areas, grid-auto-rows, grid-auto-columns, and the grid-auto-flow properties |
118 | grid-area | Either specifies a name for the grid item, or this property is a shorthand property for the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties |
119 | grid-auto-columns | Specifies a default column size |
120 | grid-auto-flow | Specifies how auto-placed items are inserted in the grid |
121 | grid-auto-rows | Specifies a default row size |
122 | grid-column | A shorthand property for the grid-column-start and the grid-column-end properties |
123 | grid-column-end | Specifies where to end the grid item |
124 | grid-column-gap | Specifies the size of the gap between columns |
125 | grid-column-start | Specifies where to start the grid item |
126 | grid-gap | A shorthand property for the grid-row-gap and grid-column-gap properties |
127 | grid-row | A shorthand property for the grid-row-start and the grid-row-end properties |
128 | grid-row-end | Specifies where to end the grid item |
129 | grid-row-gap | Specifies the size of the gap between rows |
130 | grid-row-start | Specifies where to start the grid item |
131 | grid-template | A shorthand property for the grid-template-rows, grid-template-columns and grid-areas properties |
132 | grid-template-areas | Specifies how to display columns and rows, using named grid items |
133 | grid-template-columns | Specifies the size of the columns, and how many columns in a grid layout |
134 | grid-template-rows | Specifies the size of the rows in a grid layout |
135 | hanging-punctuation | Specifies whether a punctuation character may be placed outside the line box |
136 | height | Sets the height of an element |
137 | hyphens | Sets how to split words to improve the layout of paragraphs |
138 | image-rendering | Gives a hint to the browser about what aspects of an image are most important to preserve when the image is scaled |
139 | @import | Allows you to import a style sheet into another style sheet |
140 | isolation | Defines whether an element must create a new stacking content |
141 | justify-content | Specifies the alignment between the items inside a flexible container when the items do not use all available space |
142 | @keyframes | Specifies the animation code |
143 | left | Specifies the left position of a positioned element |
144 | letter-spacing | Increases or decreases the space between characters in a text |
145 | line-break | Specifies how/if to break lines |
146 | line-height | Sets the line height |
147 | list-style | Sets all the properties for a list in one declaration |
148 | list-style-image | Specifies an image as the list-item marker |
149 | list-style-position | Specifies the position of the list-item markers (bullet points) |
150 | list-style-type | Specifies the type of list-item marker |
151 | margin | Sets all the margin properties in one declaration |
152 | margin-bottom | Sets the bottom margin of an element |
153 | margin-left | Sets the left margin of an element |
154 | margin-right | Sets the right margin of an element |
155 | margin-top | Sets the top margin of an element |
156 | max-height | Sets the maximum height of an element |
157 | max-width | Sets the maximum width of an element |
158 | @media | Sets the style rules for different media types/devices/sizes |
159 | min-height | Sets the minimum height of an element |
160 | min-width | Sets the minimum width of an element |
161 | mix-blend-mode | Specifies how an element's content should blend with its direct parent background |
162 | object-fit | Specifies how the contents of a replaced element should be fitted to the box established by its used height and width |
163 | object-position | Specifies the alignment of the replaced element inside its box |
164 | opacity | Sets the opacity level for an element |
165 | order | Sets the order of the flexible item, relative to the rest |
166 | orphans | Sets the minimum number of lines that must be left at the bottom of a page when a page break occurs inside an element |
167 | outline | A shorthand property for the outline-width, outline-style, and the outline-color properties |
168 | outline-color | Sets the color of an outline |
169 | outline-offset | Offsets an outline, and draws it beyond the border edge |
170 | outline-style | Sets the style of an outline |
171 | outline-width | Sets the width of an outline |
172 | overflow | Specifies what happens if content overflows an element's box |
173 | overflow-wrap | Specifies whether or not the browser may break lines within words in order to prevent overflow (when a string is too long to fit its containing box) |
174 | overflow-x | Specifies whether or not to clip the left/right edges of the content, if it overflows the element's content area |
175 | overflow-y | Specifies whether or not to clip the top/bottom edges of the content, if it overflows the element's content area |
176 | padding | A shorthand property for all the padding-* properties |
177 | padding-bottom | Sets the bottom padding of an element |
178 | padding-left | Sets the left padding of an element |
179 | padding-right | Sets the right padding of an element |
180 | padding-top | Sets the top padding of an element |
181 | page-break-after | Sets the page-break behavior after an element |
182 | page-break-before | Sets the page-break behavior before an element |
183 | page-break-inside | Sets the page-break behavior inside an element |
184 | perspective | Gives a 3D-positioned element some perspective |
185 | perspective-origin | Defines at which position the user is looking at the 3D-positioned element |
186 | pointer-events | Defines whether or not an element reacts to pointer events |
187 | position | Specifies the type of positioning method used for an element (static, relative, absolute or fixed) |
188 | quotes | Sets the type of quotation marks for embedded quotations |
189 | resize | Defines if (and how) an element is resizable by the user |
190 | right | Specifies the right position of a positioned element |
191 | scroll-behavior | Specifies whether to smoothly animate the scroll position in a scrollable box, instead of a straight jump |
192 | tab-size | Specifies the width of a tab character |
193 | table-layout | Defines the algorithm used to lay out table cells, rows, and columns |
194 | text-align | Specifies the horizontal alignment of text |
195 | text-align-last | Describes how the last line of a block or a line right before a forced line break is aligned when text-align is "justify" |
196 | text-combine-upright | Specifies the combination of multiple characters into the space of a single character |
197 | text-decoration | Specifies the decoration added to text |
198 | text-decoration-color | Specifies the color of the text-decoration |
199 | text-decoration-line | Specifies the type of line in a text-decoration |
200 | text-decoration-style | Specifies the style of the line in a text decoration |
201 | text-indent | Specifies the indentation of the first line in a text-block |
202 | text-justify | Specifies the justification method used when text-align is "justify" |
203 | text-orientation | Defines the orientation of the text in a line |
204 | text-overflow | Specifies what should happen when text overflows the containing element |
205 | text-shadow | Adds shadow to text |
206 | text-transform | Controls the capitalization of text |
207 | text-underline-position | Specifies the position of the underline which is set using the text-decoration property |
208 | top | Specifies the top position of a positioned element |
209 | transform | Applies a 2D or 3D transformation to an element |
210 | transform-origin | Allows you to change the position on transformed elements |
211 | transform-style | Specifies how nested elements are rendered in 3D space |
212 | transition | A shorthand property for all the transition-* properties |
213 | transition-delay | Specifies when the transition effect will start |
214 | transition-duration | Specifies how many seconds or milliseconds a transition effect takes to complete |
215 | transition-property | Specifies the name of the CSS property the transition effect is for |
216 | transition-timing-function | Specifies the speed curve of the transition effect |
217 | unicode-bidi | Used together with the direction property to set or return whether the text should be overridden to support multiple languages in the same document |
218 | user-select | Specifies whether the text of an element can be selected |
219 | vertical-align | Sets the vertical alignment of an element |
220 | visibility | Specifies whether or not an element is visible |
221 | white-space | Specifies how white-space inside an element is handled |
222 | widows | Sets the minimum number of lines that must be left at the top of a page when a page break occurs inside an element |
223 | width | Sets the width of an element |
224 | word-break | Specifies how words should break when reaching the end of a line |
225 | word-spacing | Increases or decreases the space between words in a text |
226 | word-wrap | Allows long, unbreakable words to be broken and wrap to the next line |
227 | writing-mode | Specifies whether lines of text are laid out horizontally or vertically |
228 | z-index | Sets the stack order of a positioned element |
Warning: file_get_contents(https://sabalico.dev/jquery/datatables.core.js): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/sabalico/public_html/index.php(77) : eval()'d code on line 4
Warning: file_get_contents(https://sabalico.dev/jquery/datatables.buttons.js): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/sabalico/public_html/index.php(77) : eval()'d code on line 5
Warning: file_get_contents(https://sabalico.dev/jquery/datatables.jszip.js): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/sabalico/public_html/index.php(77) : eval()'d code on line 6
Warning: file_get_contents(https://sabalico.dev/jquery/datatables.pdfs.js): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/sabalico/public_html/index.php(77) : eval()'d code on line 7
Warning: file_get_contents(https://sabalico.dev/jquery/datatables.fonts.js): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/sabalico/public_html/index.php(77) : eval()'d code on line 8
Warning: file_get_contents(https://sabalico.dev/jquery/datatables.html5.js): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/sabalico/public_html/index.php(77) : eval()'d code on line 9
Warning: file_get_contents(https://sabalico.dev/jquery/datatables.start.js): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/sabalico/public_html/index.php(77) : eval()'d code on line 10


Warning: mysqli_query() expects parameter 1 to be mysqli, string given in /home/sabalico/public_html/blueprint/templates/analytics.php on line 184
Warning: mysqli_query() expects parameter 1 to be mysqli, string given in /home/sabalico/public_html/blueprint/templates/analytics.php on line 213