STUDY/Python

CSS 코드

nicesugi 2022. 4. 19. 03:05

<head>

     <style> 

          .apple{                clsss="apple" 일 경우  <style>사이에 작성

               color: blue;

     }

     </style>

</head>

<form></form>  태그 안에 버튼이 있다면 자동으로 새로고침이 됨

 

 


display: none;

flex-direction: column | row | 

align-items

justify-content

 

배경

background-color: transparent;

color

background-image: url('')

background-image

background-size

background-position

 

사이즈

width

max-width: width랑 같이 쓰는듯. 화면 폭 몇 이전에는 width값으로 맞추다가 넘으면 max-width값으로 보이기

height

 

<link href=""> 폰트 링크

 * {

     font-family: '~', ~;   폰트 전체 영역 적용

}

 

글씨

text-align

font-size

font-weight

font-family 폰트 출처

font-color

 

text-align

 

간격

margin

margin-top

margin-botton

margin-left

margin-right

padding

padding-top

padding-botton

padding-left

padding-right

 

 

모양

border

border-radius

 

box-shadow: 0px 0px 3px 0px gray;

 

반응형

'STUDY > Python' 카테고리의 다른 글

3주 차 내용이지만 7일 차에 함 | 웹 개발 종합반 | 스파르타코딩클럽 X 고용노동부  (0) 2022.04.19
자바 | 기능적인 요소를 담당  (0) 2022.04.19
HTML 코드  (0) 2022.04.19
링크  (0) 2022.04.19
단축키  (0) 2022.04.19