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

16 lines
221 B
CSS
Raw Normal View History

2020-04-16 18:51:38 +00:00
#searchInput {
2020-04-16 18:58:07 +00:00
width: 99%;
2020-04-16 18:51:38 +00:00
font-size: 1.5vw;
border: 1px solid black;
margin-bottom: 1vh;
}
#referenceList {
2020-04-16 18:57:35 +00:00
list-style-type: none;
padding: 0;
margin: 0;
}
#referenceList li details {
2020-04-16 18:51:38 +00:00
}