Last change
on this file since 43c9090 was 43c9090, checked in by macagaso <gasoskamarija@…>, 5 weeks ago |
Updated version
|
-
Property mode
set to
100644
|
File size:
725 bytes
|
Line | |
---|
1 | body{
|
---|
2 | font-family: "Caveat", cursive;
|
---|
3 | background-color: aliceblue;
|
---|
4 | }
|
---|
5 | #box{
|
---|
6 | display: flex;
|
---|
7 | margin: 20px;
|
---|
8 | gap: 20px;
|
---|
9 | }
|
---|
10 | #coupons-frame, #news-frame{
|
---|
11 | display: flex;
|
---|
12 | flex-wrap: wrap;
|
---|
13 | justify-content: start;
|
---|
14 | }
|
---|
15 | .new-item{
|
---|
16 | display: flex;
|
---|
17 | flex-direction: column;
|
---|
18 | width: 260px;
|
---|
19 | align-items: center;
|
---|
20 | justify-content: center;
|
---|
21 | margin: 0 15px 10px 0;
|
---|
22 | padding: 20px;
|
---|
23 | border: 1px solid #ddd;
|
---|
24 | box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
---|
25 | background-color: white;
|
---|
26 | }
|
---|
27 | h2{
|
---|
28 | display: flex;
|
---|
29 | justify-content: center;
|
---|
30 | }
|
---|
31 | #authButton{
|
---|
32 | position: absolute;
|
---|
33 | left: 1145px;
|
---|
34 | top: 21px;
|
---|
35 | width: 150px;
|
---|
36 | color: white;
|
---|
37 | background-color: red;
|
---|
38 | padding: 10px;
|
---|
39 | border: none;
|
---|
40 | border-radius: 5px;
|
---|
41 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.