[ Index ] |
PHP Cross Reference of Project Glazy import |
[Summary view] [Print] [Text view]
1 body { 2 background-color: rgba(176, 224, 230, 0.6); 3 background-blend-mode: lighten; 4 background-image: url('logo.jpg'); 5 background-repeat: no-repeat; 6 background-attachment: fixed; 7 background-size: cover; 8 background-position: center center; 9 } 10 11 12 table, th, td { 13 border: 1px solid white; 14 border-collapse: collapse; 15 } 16 th, td { 17 background-color: #96D4D4; 18 } 19 20 div { 21 height: 800; 22 width: 400; 23 display: block; 24 } 25 26 .btn { 27 border: none; 28 background-color: inherit; 29 padding: 14px 28px; 30 font-size: 16px; 31 cursor: pointer; 32 display: inline-block; 33 } 34 35 /* Green */ 36 .success { 37 color: green; 38 } 39 40 .cadre { 41 display: block; 42 } 43 44 .ncadre { 45 display: none; 46 } 47 48 #mysubmit { 49 background: red; 50 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Sep 14 11:31:49 2023 | Cross-referenced by PHPXref 0.7.1 |