retrieval-study-js / study_style.css
elibrowne
Updating second page
d225a9c
raw
history blame contribute delete
664 Bytes
body {
padding: 2rem;
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
margin-left: 10%;
margin-right: 10%;
}
h1 {
font-size: 32px;
margin-top: 0;
color: rgb(15,99,218);
}
p {
color: rgb(107, 114, 128);
font-size: 20px;
margin-bottom: 10px;
margin-top: 5px;
}
li {
font-size: rgb(141, 148, 161);
color: gray;
}
input {
padding: 8px;
width: 100%;
border: 1px solid gray;
border-radius: 8px;
font-size: 20px;
}
.card {
max-width: 720px;
margin: 0 auto;
padding: 16px;
/*border: 2px solid rgb(15,99,218);*/
border: 1px solid gray;
border-radius: 16px;
}
.card p:last-child {
margin-bottom: 0;
}