Last change
on this file was 8423429, checked in by AngelNasev <angel.nasev@…>, 17 months ago |
Add backend and frontend projects
|
-
Property mode
set to
100644
|
File size:
594 bytes
|
Rev | Line | |
---|
[8423429] | 1 | .container {
|
---|
| 2 | display: flex;
|
---|
| 3 | flex-direction: column;
|
---|
| 4 | justify-content: center;
|
---|
| 5 | margin-left: 200px;
|
---|
| 6 | margin-right: 200px;
|
---|
| 7 | }
|
---|
| 8 |
|
---|
| 9 | .header {
|
---|
| 10 | display: flex;
|
---|
| 11 | justify-content: space-between;
|
---|
| 12 | }
|
---|
| 13 |
|
---|
| 14 | button {
|
---|
| 15 | background-color: #3A98B9;
|
---|
| 16 | border: none;
|
---|
| 17 | padding: 5px;
|
---|
| 18 | height: 50px;
|
---|
| 19 | margin: 5px;
|
---|
| 20 | border-radius: 5px;
|
---|
| 21 | color: #FFF1DC;
|
---|
| 22 | font-weight: normal;
|
---|
| 23 | font-size: large;
|
---|
| 24 | }
|
---|
| 25 |
|
---|
| 26 | li {
|
---|
| 27 | padding: 10px;
|
---|
| 28 | }
|
---|
| 29 |
|
---|
| 30 | p {
|
---|
| 31 | display: inline;
|
---|
| 32 | margin-right: 20px;
|
---|
| 33 | }
|
---|
| 34 |
|
---|
| 35 | svg {
|
---|
| 36 | color: rgba(27, 39, 107, 0.8);
|
---|
| 37 | }
|
---|
| 38 |
|
---|
| 39 | ol{
|
---|
| 40 | color: #3A98B9;
|
---|
| 41 | font-size: large;
|
---|
| 42 | background-color: #ffffff;
|
---|
| 43 | border-radius: 15px;
|
---|
| 44 | }
|
---|
| 45 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.