source: Sources/frontend/src/app/all-courses/all-courses.component.css@ 8423429

Last change on this file since 8423429 was 8423429, checked in by AngelNasev <angel.nasev@…>, 15 months ago

Add backend and frontend projects

  • Property mode set to 100644
File size: 476 bytes
RevLine 
[8423429]1.card{
2 display: inline-block;
3 background-color: #3A98B9;
4 width: 100px;
5 height: 100px;
6 margin: 10px;
7 padding: 5px;
8}
9.container{
10 display: flex;
11}
12.parent-container{
13 display: flex;
14 flex-direction: column;
15 justify-content: center;
16 margin-left: 200px;
17 margin-right: 200px;
18}
19
20button{
21 background-color: #3A98B9;
22 border: none;
23 padding: 5px;
24 height: 50px;
25 width: 100px;
26 margin: 5px;
27 float: right;
28 cursor: pointer;
29}
30
31.list{
32 display: flex;
33}
Note: See TracBrowser for help on using the repository browser.