forked from georgewood749/advanced_html_css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
132 lines (112 loc) · 2.18 KB
/
Copy pathstyle.css
File metadata and controls
132 lines (112 loc) · 2.18 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
@import url("https://fonts.googleapis.com/css2?family=Sarpanch:wght@800&display=swap");
body {
/* background-image: url(https://wallpaperaccess.com/full/1103842.jpg); */
}
h1 {
text-align: center;
font-family: "Sarpanch", sans-serif;
font-size: 6rem;
padding: 10px 100px 10px 0px;
color: #1D9099;
text-shadow: 5px 5px #E79C10, 10px 10px #D53A33;
text-decoration: underline dashed;
letter-spacing: 10px;
background-color: #444444;
border: 3px solid black;
display: grid;
justify-content: right;
grid-template-columns: 50% 50%;
}
.logo {
display: grid;
grid-template-columns: 50% 50%;
order: 1;
}
.flex-hori1 {
display: flex;
justify-content: space-evenly;
}
.flex-verti1 {
display: flex;
flex-direction: column;
width: 60%;
align-items: center;
}
.flex-verti2 {
width: 30%;
margin-right: 20%;
}
.flex-verti3 {
margin-top: 25px;
width: 75%;
margin-right: 10%;
}
.flex-right {
width: 40%;
margin-right: 5%;
}
.about {
background-color: #808080;
color: white;
font-family: Arial, Helvetica, sans-serif;
}
.nav-bar {
display: flex;
justify-content: space-evenly;
height: 50px;
text-align: center;
}
table {
border: solid black 2px;
}
td {
border: solid black 1px;
background-color: rgb(150, 150, 150);
}
.nav-bar ul {
margin: 0;
top: 0;
overflow: hidden;
display: inline-block;
list-style-type: none;
background-color: black;
width: 100%;
padding: 0;
position: fixed;
}
.nav-bar li {
float: left;
text-decoration: none;
width: 50%;
}
.nav-bar li a {
display: inline-block;
color: white;
text-decoration: none;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
padding: 15px 15px;
}
.nav-bar li a:hover {
display: inline-block;
background-color: rgb(50, 50, 50);
width: 100%;
text-align: center;
justify-content: center;
}
table {
width: fit-content;
background-color: white;
display: flex;
margin: auto;
}
td {
text-align: center;
}
.active {
background-color: green;
}
#fixtures {
font-size: 30px;
}