티스토리 뷰

SWDesk/Web

Webpage sample, form & input

bizmaker 2020. 8. 23. 10:23

<style>
input {
  padding: 15px 20px;
  margin: 5px;
  border-radius: 4px;
  width: 30%; // set width relatively to the parent container with fixed width
  margin-bottom: 10px;

  &:active, &:hover, &:focus {
    box-shadow: 2px 2px 5px 0px rgba(128,128,128,.7);
    transition: box-shadow .3s linear;
  }
}

.textboxarea{
	background: #EFEFEF;
  border: 1px solid #a4a4a4;
}

.buttonarea{
	background: #aaaaaa;
  border: 3px solid #a8a8a8;
  font-weight:bold;
}

.resetbutton{
	background: #8f8f88;
	color: #EEEEEE;
	font-weight:bold;
}
th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #4CAF50;
  color: white;
}
</style>
반응형

'SWDesk > Web' 카테고리의 다른 글

HTML, Dialog  (0) 2020.09.14
[BDS] Web Page for Manager - On Clicking 'DUT'  (0) 2020.08.23
[BDS] Web page for Admin  (0) 2020.08.19
Chart, Javascript, php  (4) 2020.07.23
[BMS] Extract Data as Needed, 2020.06.28  (0) 2020.06.30
반응형
250x250
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/02   »
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
글 보관함