-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (64 loc) · 1.43 KB
/
Copy pathstyle.css
File metadata and controls
75 lines (64 loc) · 1.43 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
*{
background: 100%;
background-color: black;
}
/*
border: red solid;
background-color: rgb(35, 228, 83);
}***/
li{
align-items: flex-end ;
color: aliceblue;
display: inline-block;
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
border: 1px, burlywood solid;
background-color: rgb(228, 133, 9);
border-radius: 5px;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
justify-content: space-evenly space-between;
}
.Nav-bar{
align-items: center;
text-align: right;
display: flexbox;
margin: 20px;
}
li a {
text-decoration: none;
cursor: default;
}
li:hover{
background-color: black;
color: chartreuse;
}
h1{
color: aliceblue;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight: bold;
align-items: center;
text-align: center;
font-size: 85px;
}
h3{
color: orange;
font-family: Georgia, 'Times New Roman', Times, serif;
font-style: italic;
font-weight: lighter;
font-size: 40px;
align-items: center;
text-align: center;
text-decoration: antiquewhite;
background-color: rgb(255, 255, 255);
padding: 30px;
}
.logo{
margin: 0;
padding: 0;
font-size: 50px;
display: block;
}