davinci api

Grey Page


The grey page style creates a grey-like background color, and a white central page element.

view


body {
	background-color: #DCDCDC;
}

#_display{
    background-color:white;
    margin-top:40px;
    min-height:700px;
    border-radius:8px;
    max-width:1000px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
					
copy copy text

Contents