21/11/2024
Unikon - Multipurpose Agency Elementor WordPress Theme
Unikon - Multipurpose Agency Elementor WordPress Theme
Unikon โ Multipurpose Agency Elementor WordPress Theme Introducing โUnikonโ โ Multipurpose Startup and Agency WordPress Theme. This versatile template is crafted to suit a wide range of agencies, ...
28/01/2021
Sass is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets. SassScript is the scripting language itself. Sass consists of two syntaxes. The original syntax, called "the indented syntax," uses a syntax similar to Haml.
28/01/2021
Camel case (stylized as camelCase or CamelCase; also known as camel caps or more formally as medial capitals) is the practice of writing phrases without spaces or punctuation, indicating the separation of words with a single capitalized letter, and the first word starting with either case.
09/12/2020
๐ง๐ต๐ฒ ๐๐ฟ๐ฎ๐ป๐๐ถ๐๐ถ๐ผ๐ป-๐๐ถ๐บ๐ถ๐ป๐ด-๐ณ๐๐ป๐ฐ๐๐ถ๐ผ๐ป ๐ฃ๐ฟ๐ผ๐ฝ๐ฒ๐ฟ๐๐
๐๐ผ๐๐ฒ๐ฟ ๐ผ๐๐ฒ๐ฟ ๐๐ต๐ฒ ๐ฑ๐ถ๐ ๐ฒ๐น๐ฒ๐บ๐ฒ๐ป๐๐ ๐ฏ๐ฒ๐น๐ผ๐, ๐๐ผ ๐๐ฒ๐ฒ ๐๐ต๐ฒ ๐ฑ๐ถ๐ณ๐ณ๐ฒ๐ฟ๐ฒ๐ป๐ ๐๐ฝ๐ฒ๐ฒ๐ฑ ๐ฐ๐๐ฟ๐๐ฒ๐:
div {
width: 100px;
height: 100px;
background: red;
transition: width 2s;
}
{transition-timing-function: linear;}
{transition-timing-function: ease;}
{transition-timing-function: ease-in;}
{transition-timing-function: ease-out;}
{transition-timing-function: ease-in-out;}
div:hover {
width: 300px;
}
The transition-timing-function Property
Hover over the div elements below, to see the different speed curves:
linear
ease
ease-in
ease-out
ease-in-out
Note: This example does not work in Internet Explorer 9 and earlier versions.
07/12/2020
.gradient {
/* Fallback (could use .jpg/.png alternatively) */
background-color: red;
/* SVG fallback for IE 9 (could be data URI, or could use filter) */
background-image: url(fallback-gradient.svg);
/* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
background-image:
-webkit-gradient(linear, left top, right top, from(red), to( ));
/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
background-image:
-webkit-linear-gradient(left, red, );
/* Firefox 3.6 - 15 */
background-image:
-moz-linear-gradient(left, red, );
/* Opera 11.1 - 12 */
background-image:
-o-linear-gradient(left, red, );
/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
background-image:
linear-gradient(to right, red, );
}
CSS Gradients | CSS-Tricks
This article was originally published on March 2, 2010. It was updated April 1, 2011, July 20, 2011, and again March 3, 2014, each time to clarify and
26/10/2020
HTML :
----------
Parent element
Child element
SCSS :
-------
parent {
border: 2px solid ;
color: ;
padding: 20px;
}
element {
border: 1px dotted #000;
background-color: ;
padding: 20px;
color: #000;
position: relative;
margin-top: 10px;
animation: push ease 5s alternate infinite;
animation-delay: 1.5s;
}
push {
0% {
left: 0;
top: 0;
}
50% {
left: -100px;
top: 100px;
}
100% {
top: 50px;
left: 50px;
}
}
body, html {
height: 100%;
}
body {
display: flex;
justify-content: center;
align-items: center;
}
24/10/2020
๐๐ผ๐ผ๐๐๐๐ฟ๐ฎ๐ฝ ๐๐ฟ๐ถ๐ฑ ๐ฆ๐๐๐๐ฒ๐บ
Grid system
Use our powerful mobile-first flexbox grid to build layouts of all shapes and sizes thanks to a twelve column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes.