Last change
on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago |
Upload project files
|
-
Property mode
set to
100644
|
File size:
914 bytes
|
Rev | Line | |
---|
[e3d4e0a] | 1 | * {
|
---|
| 2 | margin: 0;
|
---|
| 3 | padding: 0;
|
---|
| 4 | box-sizing: border-box;
|
---|
| 5 | scroll-behavior: smooth;
|
---|
| 6 | font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
|
---|
| 7 | list-style: none;
|
---|
| 8 | text-decoration: none;
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 | form {
|
---|
| 12 | display: flex;
|
---|
| 13 | padding: 4rem;
|
---|
| 14 | background-color: rgb(251, 251, 251);
|
---|
| 15 | margin: 40px auto 0px auto;
|
---|
| 16 | border-radius: 25px;
|
---|
| 17 | flex-direction: column;
|
---|
| 18 | width: 956px;
|
---|
| 19 | row-gap: 25px;
|
---|
| 20 | }
|
---|
| 21 |
|
---|
| 22 | .form-section {
|
---|
| 23 | display: flex;
|
---|
| 24 | margin-left: auto;
|
---|
| 25 | margin-right: auto;
|
---|
| 26 | gap: 50px;
|
---|
| 27 | }
|
---|
| 28 |
|
---|
| 29 | .form-card {
|
---|
| 30 | display: flex;
|
---|
| 31 | justify-content: space-between;
|
---|
| 32 | width: 330px;
|
---|
| 33 | }
|
---|
| 34 |
|
---|
| 35 | label {
|
---|
| 36 | font-size: 1.4rem;
|
---|
| 37 | display: block;
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | a {
|
---|
| 41 | color: black;
|
---|
| 42 | }
|
---|
| 43 |
|
---|
| 44 | input[type=submit], a {
|
---|
| 45 | border: 1px solid black;
|
---|
| 46 | font-size: 1.5rem;
|
---|
| 47 | padding: 5px 10px;
|
---|
| 48 | background-color: white;
|
---|
| 49 | }
|
---|
| 50 |
|
---|
| 51 | input[type=submit]:hover, a:hover {
|
---|
| 52 | color: white;
|
---|
| 53 | background-color: black;
|
---|
| 54 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.