Z14IT-CW2/website_design/css/css_assets/css.css

16 lines
221 B
CSS

#searchInput {
width: 99%;
font-size: 1.5vw;
border: 1px solid black;
margin-bottom: 1vh;
}
#referenceList {
list-style-type: none;
padding: 0;
margin: 0;
}
#referenceList li details {
}