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
- Animation
- iOS 개발자
- CSS
- xcode
- 풀스택
- 백엔드
- css3
- iPhone
- jQuery
- IOS
- 개발자
- keyframes
- javascript
- 자바스크립트
- ipad
- php
- button
- SWIFT
- 비전공자
- hover
- react
- 비전공 개발자
- MAC
- HTML
- image
- front-end
- 프론트엔드
- html5
- effect
- 애니메이션
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 |