forked from EdwardLJParkin/SaileshPatelWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
72 lines (72 loc) · 1.12 KB
/
styles.css
File metadata and controls
72 lines (72 loc) · 1.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
p {
text-align: center;
font-family: 'Roboto', Arial;
font-size: 16px;
}
h1 {
font-family: 'Roboto', Arial;
font-size: 50px;
text-decoration: underline;
text-align: center;
}
h2 {
text-align: center;
font-family: 'Roboto', Arial;
font-size: 35px;
}
h3 {
text-align: center;
font-family: 'Roboto', Arial;
font-size: 25px;
}
#circular {
display: block;
margin-left: auto;
margin-right: auto;
width: 150px;
height: auto;
border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
}
#border {
width:800px;
padding:10px;
margin:0px;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
a:link {
font-weight: bold;
color: #000;
}
a:visited {
color: #000;
font-weight: 500;
}
a:hover {
color: #000;
}
#navbar ul {
padding: 1px;
list-style-type: none;
text-align: center;
background-color: #fff;
font-family: 'Roboto';
font-size: 16px;
}
#navbar ul li {
display: inline;
}
#navbar ul li a {
text-decoration: none;
padding: .2em 1em;
color: #000;
background-color: #fff;
}
#navbar ul li a:hover {
color: #fff;
background-color: #000;
}