-
Notifications
You must be signed in to change notification settings - Fork 0
/
history.css
88 lines (79 loc) · 1.25 KB
/
history.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
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
main.container{
display: flex;
margin-top: 150px;
}
.text-container {
width: 50%;
padding-bottom: 40px;
}
.text-container h1{
font-size: 60px;
margin-bottom: 0.6cm;
}
nav{
padding:15px;
box-shadow: 0px 0px 0px black;
}
nav .container {
display: flex;
align-items: center;
}
.logo-name h1 {
letter-spacing: 5px;
font-size: 20px;
}
.nav-links {
margin-left:auto;
}
.nav-links ul{
display:flex;
list-style: none;
align-items: center;
text-decoration: none;
}
.nav-links li{
padding: 0px 30px;
}
.nav-links{
text-decoration: none;
color: var(--primary-color);
transition: color 0.3s ease-in-out;
font-weight: 50px;
}
.nav-links:hover {
color: white;
}
a:hover, a:active {
color: white;
}
.nav-links{
font-weight: 600;
}
a{
color: white;
}
a:link {
text-decoration: none;
}
a:active {
color:white;
}
h1{
color: brown;
font-family: arial;
letter-spacing: 8px;
padding-top: 0 auto;
text-align:center;
}
h2{
font-family: helvetica;
text-align:center;
}
p{
text-align:center;
color: brown;
}
body{
font-family: helvetica;
background-color: AntiqueWhite;
}