2020/01

영어공부

CSS Height and Width

CSS Setting height and width The height and width properties are used to set the height and width of an element. The height and width properties do not include padding, borders, or margins. It sets the height/width of the area inside the padding, border, and margin of the element. css 높이와 넓이 설정하기 높이와 넓이 속성은 요소의 높이와 넒이를 설정하기 위해 사용되어진다. 높이 넓이 속성은 패딩과 경계선 마진을 포함하진 않는다. 이것은 요소의 패딩 마진 경계선 내부의 영역의 높이와..

영어공부

CSS Padding

CSS Padding The CSS padding properties are used to generate space around an element's content, inside of any defined borders. With CSS, you have full control over the padding. There are properties for setting the padding for each side of an element (top, right, bottom, and left). css 충전재( 그냥 패딩..? ) css padding 속성은 요소 내용물 ( 경계선 안쪽에 정의된 ) 주변에 공간을 만들기 위해 사용되어진다. 너는 패딩의 완벽한 제어권을 가질수 있다. 요소의 위, 오른쪽,..

영어공부

CSS Margins

CSS Margins The CSS margin properties are used to create space around elements, outside of any defined borders. With CSS, you have full control over the margins. There are properties for setting the margin for each side of an element (top, right, bottom, and left). CSS 여백 css 여백 속성은 테두리의 바깥편, 요소의 주변의 공간을 만들기 위해 사용되어집니다. 너는 여백의 완벽한 제어권을 가진다. 요소의 각면에 대해서 여백을 설정하는 속성이 있다. Margin - Individual Sides ..

영어공부

CSS Borders

CSS Border Properties The CSS border properties allow you to specify the style, width, and color of an element's border. CSS 테두리 속성 css 테두리 속성은 너가 요소의 테두리의 색깔, 두께, 모양을 명시하기 위해 사용할수 있다. CSS Border Style The border-style property specifies what kind of border to display. 테두리 모양 border-style 속성은 보여주고자 하는 테두리의 종류를 명시한다. CSS Border Width The border-width property specifies the width of the four borde..

영어공부

CSS background-color

The background-color property specifies the background color of an element. 배경 속성은 요소의 배경색을 명시한다. With CSS, a color is most often specified by: a valid color name - like "red" a HEX value - like "#ff0000" an RGB value - like "rgb(255,0,0)" Look at CSS Color Values for a complete list of possible color values. CSS, 색깔은 자주 다음과 같이 명시 된다. ● 합당한 색깔 red 같은 ● 헥사 값 예를들면 #ff0000 같은 ● RGB 값 예를들면 rgb(255,0..

영어공부

CSS Colors

Colors are specified using predefined color names, or RGB, HEX, HSL, RGBA, HSLA values. 색깔은 미리 정의된 색의 이름을 사용하거나, RGB, HEX, HSL RGBA, HSLA 값을 사용하는 것으로 명시되어질 수 있다. CSS Color Names In CSS, a color can be specified by using a color name: CSS 컬러 이름 css 내에서 색깔은 색의 이름을 사용하므로 명시되어질 수 있다. CSS Background Color You can set the background color for HTML elements: CSS 배경색깔 너는 html 요소에 배경색을 설정할 수 있다. CSS Text..

영어공부

How To Add CSS

When a browser reads a style sheet, it will format the HTML document according to the information in the style sheet. 브라우저가 스타일시트를 읽어드릴때, 브라우저는 스타일시트의 정보에 따라서 HTML document 를 형태를 바꾼다. Three Ways to Insert CSS There are three ways of inserting a style sheet: External CSS Internal CSS Inline CSS css를 삽입하는 3가지 방법 여기 스타일 시트를 삽입하는 3가지 방법이 있다. ● 외부 css ● 내부 css ● 라인 안의 css External CSS With an externa..

영어공부

CSS Selectors

CSS Selectors CSS selectors are used to "find" (or select) the HTML elements you want to style. We can divide CSS selectors into five categories: Simple selectors (select elements based on name, id, class) Combinator selectors (select elements based on a specific relationship between them) Pseudo-class selectors (select elements based on a certain state) Pseudo-elements selectors (select and sty..

영어공부

CSS Syntax

CSS Syntax A CSS rule-set consists of a selector and a declaration block: The selector points to the HTML element you want to style. The declaration block contains one or more declarations separated by semicolons. Each declaration includes a CSS property name and a value, separated by a colon. A CSS declaration always ends with a semicolon, and declaration blocks are surrounded by curly braces. ..

제조산업/MES

MES 란 무엇인가?

***** 2022년도 버전 작성! https://jeongsu.tistory.com/255?category=737280 MES 란 무엇인가? 2021 ver 4년동안 다닌 회사를 그만두면서 마지막으로 MES란 무엇인가를 정리하고 마무리 하려고 합니다. #아주 짧게 요약을 먼저 하자면, MES는 "어떻게 효율적으로 생산을 할수 있을까?" 를 고민하는 도메 jeongsu.tistory.com MES 개발자를 하면 안되는 이유작성ㅋㅋ MES 개발을 하면 안되는 이유 MES 개발자를 하면 안되는 이유 4년간 MES 개발에 몸담으면서, 느낀 점을 솔직히 말해보려고 합니다. 왜? MES 개발을 하면 안되는지 ㅋㅋ 가볍게 봐주시길 바랍니다. 재미로 읽어주세요 글은 MES 개발자를 하면 안되는 이유들을 말 jeong..

jeongsu
'2020/01 글 목록 (4 Page)