-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
84 lines (75 loc) · 1.25 KB
/
style.css
File metadata and controls
84 lines (75 loc) · 1.25 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
73
74
75
76
77
78
79
80
81
82
83
84
body{
border-top:100px solid plum;
border-right:100px solid plum;
border-left:100px solid plum;
border-bottom:0px solid plum;
text-align:center;
background-color:blanchedalmond;
}
h1{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size:40px;
text-align:center;
}
h1:link {
color: black;
}
h1:visited {
color: pink;
}
h1:hover {
color: plum;
}
h1:active {
color: palevioletred;
}
.me2{
float:center;
height: 280px;
width: 300px;
}
.p1{
padding: 30px 10px;
font-size: 20px;
text-align:center;
}
.p2{
padding:30px 10px;
font-size:20px;
text-align:center;
}
.interest{
float:center;
}
.gallery{
padding-left:100px;
padding-right:100px;
}
a{
font-size: 20px;
padding:0px 50px;
}
.tag{
font-size: 20px;
color: rgb(60, 45, 103);
background-color:plum;
height:100px;
width:100%;
}
a
{
color: black;
background: white;
}
a:visited
{
color: plum;
}
a:hover
{
background: rgb(246, 216, 221);
}
a:visited:hover
{
color: rgb(220, 193, 197);
}