This repository has been archived on 2023-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
freecodecamp-projects/7-quality-assurance/3-library/public/style.css

34 lines
No EOL
368 B
CSS

.border {
border-style: solid;
border-width: 1px;
margin: 10px;
}
#sampleui {
max-width: 450px;
margin-left: 5%;
height: 100%;
}
#sampleposting {
max-width: 450px;
text-align: center;
margin-left: 5%;
}
#userstories {
margin-left: 5%;
}
form {
padding: 5px;
}
label {
display: block;
font-weight: bold;
}
input {
margin-bottom: 5px;
}