-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
64 lines (52 loc) · 862 Bytes
/
index.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
body {
background-image: url(pexels-aleksandar-pasaric-325185.jpg);
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
}
nav a {
justify-self: start;
float: left;
}
ul {
list-style-type: none;
text-align: left;
}
li {
float: left;
margin-right: 80px;
}
li a {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: large;
color: #8f7878fa;
transition: 2s;
}
li a:hover {
transition: 0.8s;
text-decoration: underline;
color: #836e6efa;
}
.cpp {
font-size: 30px;
color: #8f7878fa;
}
.scpp {
color: rgb(94, 80, 56);
}
.bnt {
color: #7e6969fa;
font-size: large;
}
.im {
font-family: Arial, Helvetica, sans-serif;
margin-top: large;
font-size: 25px;
margin: auto;
}
.spanpp {
font-size: 50px;
}