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