250x250
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
- CSS
- php
- 비전공자
- HTML
- keyframes
- 자바스크립트
- react
- 개발자
- effect
- Animation
- ipad
- SWIFT
- MAC
- 프론트엔드
- iOS 개발자
- button
- html5
- javascript
- jQuery
- iPhone
- front-end
- xcode
- 비전공 개발자
- 애니메이션
- IOS
- image
- 백엔드
- 풀스택
- css3
- hover
Archives
- Today
- Total
비전공자 개발일기
Cool Text Style 본문
728x90
SMALL
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>COOL TEXT STYLE</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<span>Code</span>
</body>
</html>
body {
background-color: #DC143C;
}
span {
font-size: 7rem;
letter-spacing: .5rem;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-shadow: 7px 7px #FFA500, 18px 18px #000;
}
728x90
LIST
'HTML _CSS' 카테고리의 다른 글
Toolbar Motion (0) | 2023.02.19 |
---|---|
Landscape Design (0) | 2023.02.18 |
Moving Car Animation (0) | 2023.02.15 |
Camera Icon (0) | 2023.02.14 |
Simple 404 page (0) | 2023.02.13 |