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
- calc.plus
- Math.floor()
- 파일질라설치오류
- excel중복체크
- selectedIndex
- SUB함수
- Math.round()
- 파일질라다운로드
- calc.minus
- hide
- selectoptions
- 주석이 먹히지 않을 때
- index %
- push오류
- FileZilla다운로드
- 소스트리인증실패
- is_check
- addClass
- Git
- removeClass
- 1521
- FileZilla설치
- ctrl+/
- slideUp
- Excel
- Math.ceil()
- 파일질라설치
- Parent
- toFixed()
- 증가값
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 |