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