芝麻web文件管理V1.00
编辑当前文件:/home/dcqnetm/liveadg/assets/css/style.css
@font-face { font-family: IntedGroup; src: url("../fonts/Montserrat-VariableFont_wght.ttf"); } html, body { text-align: center; color: white; font-family: 'IntedGroup'; text-transform: uppercase; width: 100%; height: 100%; margin: 0; padding: 0; background-color: #1b1b1b; background: linear-gradient(#000000, #1b1b1b);; } h1 { color: rgb(254, 254, 254); } .container { height: 100vh; margin: 0 100px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .container img { width: 800px; max-width: 100%; } #btn-link { display: none; text-decoration: none; color: rgb(0, 0, 0); text-align: center; background-color: #f9c783; padding: 10px 50px; border-radius: 30px; font-weight: 700; } #btn-link:hover { background-color: #bb935e; } /* #diplay-jour, #diplay-heure, #diplay-minute, #diplay-seconde { display: none; } */ .timing { margin-top: 0; } .timing-display { margin-right: 10px; font-size: 24px; } .span-timing { font-weight: 700; margin-right: 5px; font-size: 40px; } .music { background-color: red; }