-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
110 lines (85 loc) · 1.51 KB
/
style.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
body
{
margin-right: 100px;
margin-left: 100px;
}
/* .left-header {
display: flex;
align-items: center;
gap: 18px;
} */
/* .right-header{
display: flex;
align-items: center;
gap: 18px;
justify-items: end;
} */
.header {
background: white;
border-bottom: 1px solid #ddd;
box-shadow: 0 0 8px rgba(0,0,0,.1);
display: flex;
justify-content: space-evenly;
padding: 8px;
align-items:center ;
gap: 8px;
}
ul {
display: flex;
list-style-type: none;
gap: 20px;
font-size: large;
justify-content: flex-end;
justify-items: end;
text-decoration: none;
}
.footer {
display: flex;
list-style-type: none;
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 52px;
display: flex;
align-items: center;
justify-content: center;
background: #eee;
position: sticky;
}
.second {
display: flex;
padding: 20px;
list-style-type: none;
text-decoration: none;
justify-content: space-evenly;
}
.third {
padding: 20px;
}
.align{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.exp {
display: flex;
justify-content: space-evenly;
padding: 20px;
gap: 52px;
}
.info {
max-width: 200px;
}
.text {
list-style-type: none;
text-decoration: none;
}
.flex-container {
display: flex;
background-color: DodgerBlue;
height: 100px;
justify-content: center;
align-items: center;
font-size: large;
}