Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- FileZilla다운로드
- Math.floor()
- 소스트리인증실패
- is_check
- Parent
- SUB함수
- calc.plus
- index %
- 파일질라다운로드
- toFixed()
- Excel
- Git
- selectedIndex
- ctrl+/
- 1521
- 파일질라설치오류
- removeClass
- hide
- 증가값
- push오류
- Math.ceil()
- selectoptions
- calc.minus
- addClass
- 주석이 먹히지 않을 때
- Math.round()
- excel중복체크
- 파일질라설치
- FileZilla설치
- slideUp
Archives
- Today
- Total
잡동사니에도 사랑을
[21.09.17] exam08(05_cssPositioning) - 화면을 기준(fixed)으로 자리 배치 본문
JAVA_EE/CSS
[21.09.17] exam08(05_cssPositioning) - 화면을 기준(fixed)으로 자리 배치
luvforjunk 2021. 9. 17. 19:04728x90
반응형
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<style type="text/css">
#fixed {
position: fixed; 화면을 기준으로
bottom: 10px;
right: 10px;
width: 120px;
padding: 5px;
background: red;
color: white;
}
</style>
</head>
<body>
<h3>Merry Christmas!</h3>
<hr>
<img src="../img/christmastree.png" width="300" height="200" alt="크리스마스 트리">
<div id="fixed">메리 크리스마스</div>
</body>
</html>

728x90
반응형
'JAVA_EE > CSS' 카테고리의 다른 글
[21.09.17] exam10(05_cssPositioning) - 숨겨져 있는 단어 마우스 올려 보이게 하기(<span> 태그 두 번) (0) | 2021.09.17 |
---|---|
[21.09.17] exam09(05_cssPositioning) - 이미지 겹쳐서 배치(z-index 활용) (0) | 2021.09.17 |
[21.09.17] exam07(05_cssPositioning) - 각기 다른 위치에 글씨 넣기(display, position, border 설정) (0) | 2021.09.17 |
[21.09.17] exam06(05_cssPositioning) - 상대 배치 (0) | 2021.09.17 |
[21.09.17] exam05(05_cssPositioning) - (0) | 2021.09.17 |