| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- HTML
- 비전공 개발자
- xcode
- php
- front-end
- image
- html5
- iPhone
- iOS 개발자
- CSS
- 자바스크립트
- hover
- Animation
- IOS
- effect
- SWIFT
- MAC
- javascript
- 프론트엔드
- react
- css3
- ipad
- 개발자
- keyframes
- 비전공자
- button
- 풀스택
- 애니메이션
- jQuery
- 백엔드
- Today
- Total
목록height (2)
비전공자 개발일기
import UIKit class ViewController: UIViewController { @IBOutlet weak var mainLabel: UILabel! @IBOutlet weak var calculateButton: UIButton! @IBOutlet weak var heightTextField: UITextField! @IBOutlet weak var weightTextField: UITextField! // BMI계산 결과값 보관위한 변수 var bmi: Double? override func viewDidLoad() { super.viewDidLoad() heightTextField.delegate = self weightTextField.delegate = self configure..
Aspect Ratio Width: Height: * { padding: 0; margin: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body { background-color: #895cf3; } .container { width: 500px; background-color: #ffffff; padding: 80px 40px; position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; border-radius: 10px; box-shadow: 0 30px 45px rgba(18, 8, 39, 0.2); } h2 { text-align: center; fo..