-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.css
More file actions
55 lines (53 loc) · 930 Bytes
/
about.css
File metadata and controls
55 lines (53 loc) · 930 Bytes
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
.logo{
display: inline-block;
margin-right: 40px;
font-family: Roboto;
font-weight: 500;
font-size: 25px;
background-color: black;
}
.nav-items{
border-width : 1px;
border-style : solid;
border-color :grey;
border-radius: 5px;
padding: 10px;
margin-right: 20px;
text-decoration: none;
margin-left: 150px;
background-color: black;
color:white;
}
.nav-items:hover{
background-color: white;
color:blue;
}
.nav-items:first{
margin-left: 150px;
}
h1{
display:inline-block;
margin-left: 500px;
font-size: 50px;
}
h2{
color: blue;
font-size: 30px;
}
.unity{
width: 200px;
height: 100px;
margin-left: 650px;
}
.navbar{
background-color: black;
}
div{
display: inline-block;
width: 400px;
margin-right: 40px;
margin-left: 50px;
}
p{
font-size: 25px;
}