css 수정

This commit is contained in:
KNKIM 2021-07-26 10:41:58 +09:00
parent 610e6b3a96
commit 3df8627f4e

View File

@ -8,6 +8,10 @@
* {margin:0;padding:0;} * {margin:0;padding:0;}
h1 {
padding-bottom:20px;
}
html { html {
height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
@ -111,6 +115,11 @@ html, body { height: 100%; }
bottom: 0; bottom: 0;
} }
#jsGrid {
margin-top: 20px;
margin-bottom: 10px;
}
ul, ol, li { ul, ol, li {
list-style: none; list-style: none;
} }
@ -120,6 +129,31 @@ a {
text-decoration: none; text-decoration: none;
background-color: transparent; background-color: transparent;
font: 16px "Noto Sans KR", sans-serif; font: 16px "Noto Sans KR", sans-serif;
color: #333; color: blue;
} }
button {
floating: right;
cursor: pointer;
}
.float{
height:40px;
float: right;
background-color:#ddd;
color:#000;
text-align:center;
box-shadow: 2px 2px 3px #999;
padding: 10px;
margin-right: 10px;
margin-top: 10px;
}
.table_content table {
width: 100% !important;
margin-top: 10px;
}
.table_content table, th, td {
border: 1px solid #444444;
}