This repository has been archived on 2019-10-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tecnologiabanana/src/App.css
T

9 lines
118 B
CSS
Raw Normal View History

2018-11-08 18:08:07 +01:00
.bg-black{
background-color:#000000;
}
.scrollable{
overflow: auto !important;
height: 40vh;
margin-top: 2vh;
2018-11-08 18:08:07 +01:00
}