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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | @font-face{ font-family:HANNA; src:url('../font/BMHANNA_11yrs_ttf.ttf'); } @font-face{ font-family:JUA; src:url('../font/BMJUA_ttf.ttf'); } .popup-content-padding { padding: 18px 24px; } table{ border:0px solid blue; width:100%; height:200px; margin:auto; } #workout{ color:white; width:100%; margin:auto; background-color:blue; } div #selects{ margin:auto; } .button{ margin:auto; } .card-header{ font-family: 'Oswald', sans-serif; text-align:center; } #mainpageList{ text-align:center; margin:30px auto; } h1,h3{ background-color:grey; text-align:center; /*margin:10px auto;*/ color:white; font-family:'HANNA'!important; } .container{ font-family:'JUA'!important; } #signupbtn{ text-align:center; margin:10px auto; } .card-img-bottom{ width:128px; height:128px; } .card-img-center{ text-align:center; } #blueChar{ height:100%; } .mid{ text-align:center; } .var{ color:blue; } table.table-sm{ text-align:center; } #prnt{ margin:5px 0px 5px 0px; } #forlogout{ text-align:right; } #right{ position:relative; left:60%; font-size:10px; font-color:gray; } | cs |
'졸업작품' 카테고리의 다른 글
타이젠 웹 앱 Javascript (0) | 2018.11.09 |
---|---|
타이젠 웹 앱 HTML (0) | 2018.11.09 |
타이젠 웹 앱 실행 화면 (0) | 2018.11.09 |
리눅스 Database (0) | 2018.11.09 |
리눅스 PHP 파일, 코드 (0) | 2018.11.08 |