-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain-styles.css
63 lines (57 loc) · 1.06 KB
/
main-styles.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
body {
background-color: #fb00ff;
color: #ffff;
font-family: Arial, sans-serif;
text-align: left;
margin: 0;
font-weight: bold;
background-image: url("bg.gif");
background-repeat: repeat;
justify-content: center;
}
html {
cursor: url(mouse.png), auto;
}
td {
border: 3px solid purple;
}
table {
border: 3px solid purple;
background-color: red;
margin:auto;
}
header {
background-color: #2300ff;
padding: 20px;
text-align: center;
}
h1 {
font-size: 36px;
margin: 0; /* Remove default margin */
}
p {
font-size: 18px;
margin: 20px;
color: #00ff0c;
}
.container {
display: flex;
flex-direction: row;
max-width: 70%;
margin: auto;
}
a {
text-decoration: none;
color: #00ff0c;
}
.navbar {
width: 70%; /* Ensure the navbar table takes up the full width of its parent container */
}
.navbar td {
text-align: center; /* Center text within the cells */
max-width: 20%;
width: 20%
}
table {
text-align: center;
}