Last change
on this file since d4d8f61 was d4d8f61, checked in by Kikac324 <kristijanzafirovski26@…>, 7 months ago |
init
|
-
Property mode
set to
100644
|
File size:
840 bytes
|
Rev | Line | |
---|
[d4d8f61] | 1 | .option{
|
---|
| 2 | display: inline-flex;
|
---|
| 3 | justify-content: space-between;
|
---|
| 4 | width: 80%;
|
---|
| 5 | border: 1px solid black;
|
---|
| 6 | border-radius: 10px;
|
---|
| 7 | height: 300px;
|
---|
| 8 | }
|
---|
| 9 | .image{
|
---|
| 10 | width: 30%;
|
---|
| 11 | height: 100%;
|
---|
| 12 | }
|
---|
| 13 | p{
|
---|
| 14 | font-family: Arial;
|
---|
| 15 | font-size: 30px;
|
---|
| 16 | }
|
---|
| 17 | .btn{
|
---|
| 18 | margin-top: 120%;
|
---|
| 19 |
|
---|
| 20 | display: inline-block;
|
---|
| 21 | outline: 0;
|
---|
| 22 | cursor: pointer;
|
---|
| 23 | border-radius: 8px;
|
---|
| 24 | box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
|
---|
| 25 | background: #FFD814;
|
---|
| 26 | border: 1px solid #FCD200;
|
---|
| 27 | font-size: 13px;
|
---|
| 28 | height: 31px;
|
---|
| 29 | padding: 0 11px;
|
---|
| 30 | text-align: center;
|
---|
| 31 | width: 100%;
|
---|
| 32 | min-width: 200px;
|
---|
| 33 | font-weight: 500;
|
---|
| 34 | color: #0F1111;
|
---|
| 35 | :hover{
|
---|
| 36 | background: #F7CA00;
|
---|
| 37 | border-color: #F2C200;
|
---|
| 38 | box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | }
|
---|
| 42 | #givenOptions{
|
---|
| 43 | width: 100%;
|
---|
| 44 | align-self: center;
|
---|
| 45 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.