728x90
style
.mypost {
width: 500px;
margin: 20px auto 20px auto;
padding: 20px 20px 20px 20px;
box-shadow: 0px 0px 3px 0px grey;
}
.mybtn {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.mybtn> button {
margin-right: 10px;
}
body
<div class="mypost">
<div class="form-floating mb-3">
<input type="email" class="form-control" id="floatingInput" placeholder="name@example.com">
<label for="floatingInput">영화 URL </label>
<div class="form-floating">
<textarea class="form-control" placeholder="Leave a comment here" id="floatingTextarea"></textarea>
<label for="floatingTextarea">코멘트</label>
</div>
<div class="mybtn">
<button type="button" class="btn btn-dark">뒤로가기</button>
<button type="button" class="btn btn-outline-dark">닫기</button>
</div>
</div>

자바 스크립트
객체기반의 스크립트 프로그래밍 언어이다.
자바 : 문법
오크 : 함수
셀프 :프로토타입 확장
펄, 파이썬 : 문자열, 배열, 정규표형식
스키마 :일급객체, 클로저
하이퍼토크 : 브라우저 이벤트처리
javascript :프로그래밍 언어
Ecmascript를 통해 설명
Node.js는 V8 javascript 엔진으로 빌드된 javascript 런타임 입니다.
프론트엔드 - 웹
백엔드 - 서버
모바일 - 앱
728x90
'하지의 코딩일지 > STUDY MEMO[FRONTEND]' 카테고리의 다른 글
코딩일지 29일차 - html,css 복습 (0) | 2023.07.03 |
---|---|
코딩 일지 6일차 (0) | 2023.06.12 |
코딩일지 4일차 HTML (1) | 2023.06.09 |
코딩 일지 3일차 (0) | 2023.06.08 |
하지의 코딩일지 2일차 html css (1) | 2023.06.06 |