본문 바로가기 메뉴 바로가기

정훈's 프로그래밍

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

정훈's 프로그래밍

검색하기 폼
  • 😍 Jeong Hun.Story (1162)
    • CURSOR (5)
    • Back End (175)
      • 🍀 Spring Boot (23)
      • ☠️ Java (65)
      • 🌈 ASP.NET (84)
      • 🥧 Python (3)
    • Front End (79)
      • 🤢 Next.js (15)
      • 😤 React (12)
      • 🌈 Html (7)
      • 🌈 JavaScript (44)
    • deploy (11)
      • 💾 Github (4)
      • 🐳 Docker (7)
    • RDBMS (44)
      • Prisma (6)
      • SQL (4)
      • 🌈 MsSql (34)
    • Mobile (29)
      • 📱 SwiftUI (29)
    • 정보 보관 ver1.0 (747)
  • 방명록

Front End/🌈 Html (7)
Text and Button 하나의 그룹으로 묶기

fdgdgfdg x

Front End/🌈 Html 2024. 4. 24. 14:11
텍스트 줄림 처리(css)

This is a long text that will be truncated if it is too wide. div { width: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

Front End/🌈 Html 2023. 10. 13. 11:38
img 가운데 정렬

.container { display: flex; justify-content: center; align-items:center; } With flexbox, you can set the parent container's display property to flex, and then use justify-content:center and align-items:center to horizontally and vertically align the image within its parent container.

Front End/🌈 Html 2023. 9. 25. 13:31
배경색 교체 애니메이션 효과

@keyframes blink { 0% { background-color: red; } 50% { background-color: blue; } 100% { background-color: red; } } td { animation: blink 3s infinite; } @keyframes blink { 0% { background-color: red; } 50% { background-color: blue; } 100% { background-color: red; } } td { animation: blink 1s; }

Front End/🌈 Html 2023. 9. 8. 17:35
CSS] 버튼 새도우 효과

.button-shadow { box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5); }

Front End/🌈 Html 2023. 6. 1. 15:09
<input type="submit">

elements of type submit are rendered as buttons. When the click event occurs (typically because the user clicked the button), the user agent attempts to submit the form to the server.

Front End/🌈 Html 2022. 6. 16. 10:47
<form>

Enter your name: Enter your email: The HTML element represents a document section containing interactive controls for submitting information. action The URL that processes the form submission. This value can be overridden by a formaction attribute on a , , or element. This attribute is ignored when method="dialog" is set. enctype If the value of the method attribute is post, enctype is the MIME ..

Front End/🌈 Html 2022. 6. 15. 14:33
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • JangJeongHunWorld
  • 닥터슬랭
TAG
  • 스프링 프레임워크(spring framewordk)
  • docker
  • React
  • system.io
  • java web-mvc
  • jstl(java standard tag library)-core
  • jsp 오픈 소스
  • 스프링 시큐리티(spring security)-http basic 인증
  • 스프링 프레임워크(spring framework)
  • 람다식(lambda expression)
  • 문자 자르기
  • MainActor
  • await
  • In App Purchase
  • 제품 등록
  • 메이븐(maven)
  • 진수 변환
  • .submit()
  • 특정 문자를 기준으로 자르기
  • REST API
  • java-개발 환경 설정하기
  • nl2br
  • 인텔리제이(intellij)
  • java.sql
  • jstl(java standard tag library)
  • System.Diagnostics
  • 표현 언어(expression language)
  • error-java
  • 스프링 시큐리티(spring security)
  • java 키워드 정리
more
«   2025/07   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바