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.
 
 
 

20 lines
289 B

.demo {
width: 360px;
margin: 160px auto;
border-radius: 10px;
}
.demo p {
padding: 10px 0;
position: relative;
left: 16px;
opacity: 0.5;
}
body {
height: 595px;
width: 900px;
background-size: 1000px 968px;
margin: 0px auto;
background-color: #2D2D2D;
}