forked from jskalu/Refcodeproject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
86 lines (70 loc) · 975 Bytes
/
styles.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
h1{
color:black;
font-style:sans-serif;
font-size: 30;
}
h1 {
animation: pagetitle 20s infinite alternate;
position: relative;
}
@keyframes pagetitle {
from {left:900px;}
to {left:10px;}
}
body {
background: #5F9EA0;
color:black;
font-style: Courier;
font-size: 18;
}
header{
width: 100%;
margin-bottom: 14px;
height: 81px;
background: #76742C;
}
header img
{
float: left;
}
header ul {
float: right;
}
header li {
display: inline-block;
font-weight: bold;
font-size:20px;
}
header li a {
text-decoration: none;
margin-right: 15px;
}
div.b {
text-decoration-line: underline;
text-decoration-style: wavy;
}
inline {
align: right;
}
a{
color:yellow;
}
a:hover{
color:black;
}
a:active{
color:white;
}
body {
background: linear-gradient(to bottom, DARKKHAKI 15%,#696969 30%,#FAF0E6 46%);
}
.mypic{
float: right;
margin-left: 30px;
}
.socialmedia{
font-size: 25px;
}
.socialmedia a{
color:blue;
}