source: src/main/resources/static/css/userInfo.css@ 43c9090

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 
1body{
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{
16display: flex;
17flex-direction: column;
18width: 260px;
19align-items: center;
20justify-content: center;
21margin: 0 15px 10px 0;
22padding: 20px;
23border: 1px solid #ddd;
24box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
25background-color: white;
26}
27h2{
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.