call us now! +8618221755073
[email protected]
Shanghai, China.

border-radius

radius: Is a or a denoting a radius to use for the border in each corner of the border. It is used only in the one-value syntax. top-left-and-bottom-right: Is a or a denoting a radius to use for the border in the top-left and bottom-right corners of the element's box.

Үнийн санал авах

Bulma: Free, open source, and modern CSS framework based …

Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's responsive, fully modular, and available for free.

Үнийн санал авах

CSS

CSS.class.intro: class="intro": 1 #id #firstname: id="firstname": 1 * * : 2: element

Үнийн санал авах

How To Create Circles / Round Dots

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

Үнийн санал авах

Алт баяжуулах үйлдвэрийн архив

Манай эрхэм зорилго бол металл бус хүдэр, хар металлын хүдэр, өнгөт металлын хүдэр, хайлуулах шаар гэх мэт ашигт малтмалын шилдэг тоног төхөөрөмжийг олоход тань …

Үнийн санал авах

CSS Website Layout

Tip: To create a 2-column layout, change the width to 50%. To create a 4-column layout, use 25%, etc. Tip: Do you wonder how the @media rule works?Read more about it in our CSS Media Queries chapter.. Tip: A more modern way of creating column layouts, is to use CSS Flexbox. However, it is not supported in Internet Explorer 10 and earlier versions.

Үнийн санал авах

CSS selectors

If you have more than one thing which uses the same CSS then the individual selectors can be combined into a selector list so that the rule is applied to all of the individual selectors. For example, if I have the same CSS for an h1 and also a class of .special, I could write this as two separate rules.

Үнийн санал авах

CSS all property

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

Үнийн санал авах

CSS #id Selector

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

Үнийн санал авах

Бутлуурын тоног төхөөрөмж

Бутлуурын тоног төхөөрөмж гэдэг нь хүдэр, чулуу, болон бусад хатуу материалыг жижиглэн бутлахад ашиглагддаг тоног төхөөрөмжийг хэлдэг. Энэ төрлийн тоног …

Үнийн санал авах

Universal хацарт бутлуур гэж юу вэ?

Универсал хацарт бутлуур нь эерэг үр дүнг өгдөг гүн бутлах камераараа алдартай, үгүй- илүү хурдацтай дамжуулах, багасгах харьцааг нэмэгдүүлэхийн тулд эргэлдэх nip. Тэдгээрийг ихэвчлэн янз бүрийн салбарт ашигладаг, түүний дотор уул уурхайн, карьер, …

Үнийн санал авах

Specificity

Specificity is an algorithm that calculates the weight that is applied to a given CSS declaration. The weight is determined by the number of selectors of each weight category in the selector matching the element (or pseudo-element). If there are two or more declarations providing different property values for the same element, the declaration value in the style …

Үнийн санал авах

Уул уурхай гэж юу вэ?

Уул уурхайн олборлолтыг дотор нь 5 ангилдаг. Үүнд: нүүрс олборлолт, металлын хүдэр олборлолт, төмөрлөг бус ашигт малтмалын олборлолт, газрын тос, байгалийн хийн …

Үнийн санал авах

CSS Navigation Bar

Example explained: list-style-type: none; - Removes the bullets. A navigation bar does not need list markers; Set margin: 0; and padding: 0; to remove browser default settings; The code in the example above is the standard code used in both vertical, and horizontal navigation bars, which you will learn more about in the next chapters.

Үнийн санал авах

CSS Pseudo-classes

CSS - The :first-child Pseudo-class. The :first-child pseudo-class matches a specified element that is the first child of another element.. Match the first

element. In the following example, the selector matches any

element that is the first child of any element:

Үнийн санал авах

CSS Borders

CSS Border Style. The border-style property specifies what kind of border to display.. The following values are allowed: dotted - Defines a dotted border; dashed - Defines a dashed border; solid - Defines a solid border; double - Defines a double border; groove - Defines a 3D grooved border. The effect depends on the border-color value; ridge - Defines a 3D ridged border.

Үнийн санал авах

CSS Flexbox Layout Guide

Background. The Flexbox Layout (Flexible Box) module (a W3C Candidate Recommendation as of October 2017) aims at providing a more efficient way to lay out, align and distribute space among items in a container, …

Үнийн санал авах

Aligning items in a flex container

The align-items property, set on the flex container, and the align-self property, set on flex items, control the alignment of flex items on the cross axis. The cross axis runs down the columns if flex-direction is row and along the rows if flex-direction is column.. In this basic flex example, we're using cross-axis alignment. When we add display: flex to a container, the child …

Үнийн санал авах

Алт боловсруулах тоног төхөөрөмж

Манай үндсэн үйл ажиллагаа нь алтны шороон болон шороон ордын хүдэр, металл, металл бус, хайлуулах шаар, хаягдал гэх мэт гравитацийн аргаар ашигт малтмалын …

Үнийн санал авах

animation

The order of time values within each animation definition is important: the first value that can be parsed as a

Үнийн санал авах

CSS selectors

The CSS selectors module defines the patterns to select elements to which a set of CSS rules are then applied along with their specificity. The CSS selectors module provides us with more than 60 selectors and five combinators. Other modules provide additional pseudo-class selectors and pseudo-elements.

Үнийн санал авах

Type selectors

Type selectors can be namespaced when using @namespace.This is useful when dealing with documents containing multiple namespaces such as HTML with inline SVG or MathML, or XML that mixes multiple vocabularies.

Үнийн санал авах

CSS backdrop-filter

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

Үнийн санал авах

CSS Forms

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

Үнийн санал авах

Bootstrap · The most popular HTML, CSS, and JS library in …

Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins.

Үнийн санал авах