source: Sources/frontend/src/app/subject/subject.component.css@ cd15236

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

Add backend and frontend projects

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