-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
131 lines (124 loc) · 2.12 KB
/
style.css
File metadata and controls
131 lines (124 loc) · 2.12 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
/* Fixed invalid color-mix usage and selector names */
.deskription{
font-size: 20px;
color: #006400; /* dark green */
}
html{
text-shadow: 1px 1px black;
font-weight: bold;
}
.front {
justify-content: center;
align-items: center;
text-align: center;
display: flex;
}
.ulfront {
list-style-type: square;
color: #00008b;
justify-self: center;
}
.shooter {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.imgfront {
display: flex;
justify-content: center;
align-items: center;
justify-self: center;
}
.inframefrontshoter {
margin: 0 auto;
display: block;
}
.logo {
justify-content: left;
align-items: left;
float: left;
}
.afterlogo {
justify-content: center;
align-items: center;
text-align: center;
}
div.hf1 {
background-image: url(p1.jpg);
background-size: cover;
}
ul.navlink {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
ul.navlink li {
float: left;
}
navlink {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #1a1a1a;
display: flex;
flex-wrap: wrap;
gap: 0;
}
ul.navlink li {
flex: 1;
min-width: 100px;
}
ul.navlink li a {
display: block;
color: white;
text-align: center;
padding: 16px 20px;
text-decoration: none;
font-size: 16px;
font-weight: 600;
transition: all 0.3s ease;
border-bottom: 3px solid transparent;
}
ul.navlink li a:hover {
background-color: #ff6b35;
border-bottom: 3px solid #ffd60a;
color: white;
transform: scale(1.05);
}
ul.navlink li a:active {
background-color: #d62828;
}
main {
background-color: #ffffff;
}
footer {
background: #000000;
text-align: center;
}
.colon1 {
display: flex;
justify-content: start;
}
.colon2 {
display: flex;
justify-content: space-between;
}
.colon3 {
display: flex;
justify-content: end;
}
.vistext {
color: #ffffff;
}
textarea {
width: 200px;
height: 100px;
resize: none;
}
a {
color: #1403ff;
}