distribusi-verse: medium-tech web app content management system for the web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

64 lines
1.1 KiB

body {
background:linear-gradient(to top, #f7764a,#f9cc7b);
margin: 40px auto;
max-width: 70%;
color: black;
display: flex;
height: 100%;
width: 90%;
flex-wrap: nowrap;
flex-direction: column;
justify-content: space-evenly;
overflow: scroll;
}
body > div {
margin: 40px auto;
flex-grow: 1;
}
div .image {
border: 3px solid purple;
min-width: 30%;
background-color: white;
margin: auto;
box-shadow: 10px 10px 5px Crimson;
}
div .pdf {
border: 3px solid purple;
min-width: 30%;
background-color: white;
margin: auto;
box-shadow: 10px 10px 5px Crimson;
}
div > video {
border: 3px solid purple;
min-width: 30%;
background-color: white;
margin: auto;
box-shadow: 10px 10px 5px Crimson;
}
div > audio {
border: 3px solid purple;
min-width: 30%;
background-color: white;
margin: auto;
box-shadow: 10px 10px 5px Crimson;
}
div > pre {
border: 3px solid purple;
min-width: 30%;
background-color: white;
color: black;
margin: auto;
box-shadow: 10px 10px 5px Crimson;
}
img {
width: auto;
height: auto;
}