-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
44 lines (40 loc) · 730 Bytes
/
styles.css
File metadata and controls
44 lines (40 loc) · 730 Bytes
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
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: black;
background-size: cover;
background-position: center;
opacity: 0.97;
}
header {
background-color: #333;
color: #fff;
text-align: center;
padding: 20px 0;
}
main {
padding: 20px;
}
.signal {
background-image: url('logowbg.png');
background-color:#333 ;
border: 1px solid #ddd;
padding: 10px;
margin-bottom: 20px;
color: aliceblue;
opacity: 0.97;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
position: fixed;
bottom: 0;
width: 100%;
}
h2{
text-align: center; /* Add this line */
background-color: red;
}