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:
429 bytes
|
Line | |
---|
1 | .container {
|
---|
2 | margin-left: 200px;
|
---|
3 | margin-right: 200px;
|
---|
4 | display: flex;
|
---|
5 | flex-direction: column;
|
---|
6 | justify-content: center;
|
---|
7 | margin-top: 100px;
|
---|
8 | }
|
---|
9 |
|
---|
10 | button {
|
---|
11 | background-color: #3A98B9;
|
---|
12 | border: none;
|
---|
13 | padding: 5px;
|
---|
14 | height: 50px;
|
---|
15 | margin: 5px;
|
---|
16 | border-radius: 5px;
|
---|
17 | color: #FFF1DC;
|
---|
18 | font-weight: normal;
|
---|
19 | font-size: large;
|
---|
20 | }
|
---|
21 | h3{
|
---|
22 | color: rgba(27, 39, 107, 0.8);
|
---|
23 | }
|
---|
24 |
|
---|
25 | a{
|
---|
26 | cursor: pointer;
|
---|
27 | }
|
---|
28 |
|
---|
29 | span{
|
---|
30 | color: #3A98B9;
|
---|
31 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.