-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (53 loc) · 931 Bytes
/
Copy pathstyle.css
File metadata and controls
60 lines (53 loc) · 931 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
56
57
58
59
60
body{
background-image: url(img/back.jpg);
}
.main{
margin: 20px auto;
width: 600px;
padding: 0px 20px;
border: 3px solid #7FA7EB;
border-radius: 15px;
background-color: #BDD8F4;
box-shadow: 7px 10px 30px rgba(0,0,0,0.5);
}
h1{
font-size: 17pt;
font-family: Segoe UI, Arial, sans-serif;
font-weight: 500;
color: #333333;
text-align: center;
text-decoration: underline;
font-style: italic;
}
.item{
width:550px;
padding:10px;
display: block;
cursor: pointer;
font-size: 12pt;
font-family: monospace;
}
.item:hover{
background-color: #95C0F4;
border-radius: 10px;
}
a, a:active{
width:520px;
padding:10px;
display: block;
cursor: pointer;
font-size: 12pt;
font-family: monospace;
color: #C20A0D;
text-decoration: none;
}
a:hover{
background-color: #A7CBF1;
border-radius: 10px;
text-decoration: underline;
}
#hw_html, #hw_JS, #personal{
margin: 5px 30px 5px;
width: 100%;
display: block;
}