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.

32 lines
396 B

body {
background-color: cornflowerblue;
font-family: 'Lato', sans-serif;;
}
#container {
margin: 0 auto;
width: 900px;
height: 500px;
}
.box {
text-align: center;
background-color: ivory;
display: inline-block;
height: 200px; width: 400px;
overflow: hidden;
margin-left: 10px;
font-size: 20px;
}
textarea {
margin: 20 30;
}
h2 {
color: white;
}
h1 {
text-align: center;
}