-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
93 lines (91 loc) · 1.37 KB
/
style.css
File metadata and controls
93 lines (91 loc) · 1.37 KB
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
body {
width: 100%;
background-color: #fff;
font-family: 'Segoe UI','Roboto', sans-serif;
margin: 0;
padding: 0;
justify-content: center;
}
h6 {
color: #fff;
text-align: left;
justify-content: left;
margin-bottom: 1rem;
font-weight: 600;
font-style: italic;
}
a, .btn {
display: inline-flex;
background-color: #333;
color: #0d6efd;
text-decoration: underline;
font-weight: bold;
border-radius: 5px;
font-size: 15px;
justify-content: left;
}
p {
text-align: center;
}
td, th {
border: 1px solid black;
}
table {
border-collapse: collapse;
}
.navbar-brand {
background-color: #0d6efd;
color: #fff;
}
li {
background-color: #333;
color: #fff;
}
ul.ATM {
color: #fff;
justify-content: left;
}
nav{
display: flex;
align-items: center;
background-color: #0d6efd
}
.lead {
color: gold;
font-style: italic;
text-align: left;
}
.liste {
display: flex;
justify-content: right;
text-align: right;
gap: 2rem;
background-color: #333;
}
.MULANGU {
background-color: #333;
text-align: right;
justify-content: right;
}
.MJR {
background-color: #fff;
color: #333;
justify-content: left;
text-align: left;
}
h5 {
text-align: left;
justify-content: left;
}
h1 {
color: #fff;
text-align: center;
}
h2 {
color: #333;
text-align: center;
}
.TT {
color: #fff;
background-color: #333;
}