CoolFace
Apppublic

aipoc/ICE_AIStockFinaceTools

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
style.css38 linesDownload Raw Back to root
1#col-container {2  margin-left: auto;3  margin-right: auto;4}5gradio-app{6  background:url("file=bg.png") !important;7}8 9#row-flex {10  display: flex;11  align-items: center;12  justify-content: center;13}14.leftimage .rightimage{15  float:left;16  filter: drop-shadow(20px 20px 10px white);17}18.leftimage{19  padding-top:40px;20  margin-left:310px;21}22.rightimage{23  padding-top:40px;24  margin-right:320px;25}26a,27a:hover,28a:visited {29  text-decoration-line: underline;30  font-weight: 600;31  color: #1f2937 !important;32}33 34.dark a,35.dark a:hover,36.dark a:visited {37  color: #f3f4f6 !important;38}