-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
77 lines (77 loc) · 1.62 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
body{
position: relative;
background: url(ass1/WhatsApp\ Image\ 2024-02-23\ at\ 21.52.26_42672f1c.jpg) no-repeat;
background-size: cover;
font-family: Arial, Helvetica, sans-serif;
}
.menu{
display: flex;
flex-direction: row;
/* justify-content: center; */
align-items: center;
position: fixed;
height: 120px;
top: 20px;
right: 20px;
left: 20px;
border-radius: 10px;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.menu1{
display: flex;
flex-direction: row;
justify-content: space-between;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
position: absolute;
}
.left{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-right: 400px;
top: 10px;
left: 10px;
bottom: 10px;
border-radius: 10px;
}
.left a:hover{
background-color: white;
box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.8) ;
}
.left a{
color: rgb(0, 0, 0);
font-size: 33px;
font-weight: bold;
text-decoration: none;
padding: 14px 20px;
box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.8) inset;
border-radius: 10px;
transition: all 0.2s linear;
}
.right{
display: flex;
flex-direction: row;
flex: 1;
justify-content: space-around;
border-radius: 10px;
align-items: center;
top: 10px;
bottom: 10px;
right: 10px;
}
.right a{
color: rgb(0, 0, 0);
font-size: 24px;
text-decoration: none;
padding: 14px 30px;
transition: all 0.2s linear;
}
.right a:hover{
box-shadow: 1px 1px 4px rgba(0,0,0,0.8);
border-radius: 10px;
}
/* team_page css */