-
Notifications
You must be signed in to change notification settings - Fork 2
/
theme.css
72 lines (69 loc) · 1.11 KB
/
theme.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
img{
margin-top : 76px;
margin-left: 450px;
width: 601px;
}
h1{
text-align: center;
font-family: 'Old Standard TT', serif;
color: #80FFFF;
}
ul {
list-style-type: none;
margin: 0;
padding: 1;
overflow: hidden;
}
li {
float: left;
}
li a {
font-weight: bold;
font-size: 18px;
display: block;
color: white;
text-align: center;
padding: 14px 25px;
text-decoration: none;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
background-color: #0000E6;
}
table, th, td {
font-style: italic;
font-size: 35px;
color: #FFCC66;
border: 3px solid orange;
border-collapse: collapse;
}
.heading{
margin-left: 300px;
font-family: 'Pacifico', cursive;
font-size: 50px;
margin-top: 30;
font-weight: bold;
color: #FFD4CC;
}
.content{
color: #99BBFF;
font-size: 30px;
}
hr{
color: #FFD4CC;
}
#facebook{
margin-left: 0px;
width: 200px;
height: 200px;
}
#linkedin{
margin-left: 350px;
width: 200px;
height: 200px;
}
#github{
margin-left: 500px;
width: 200px;
height: 200px;
}