-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (58 loc) · 812 Bytes
/
Copy pathstyle.css
File metadata and controls
59 lines (58 loc) · 812 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
.body_background
{
background-image: url("https://i.ytimg.com/vi/Dg0IjOzopYU/maxresdefault.jpg");
background-position: center;
background-size: cover;
}
#myCanvas
{
border-width:10px;
background-color: white;
border-style:ridge;
}
h2
{
border-radius: 10px;
width: 200px;
padding: 5px;
}
h3
{
display: inline-block;
}
span
{
color: black;
}
a
{
text-decoration: none;
font-size: 20px;
padding: 10px;
float: left;
border-radius: 10px;
}
#head_info
{
width: 600px;
border-radius: 10px;
margin-bottom: 10px;
}
#invalid
{
font-size:25px;
font-weight:bold;
}
#heading_control{
font-size:20px;
font-weight:bold;
text-align:center;
margin-top:15px;
margin-bottom:20px;
}
#controls{
max-width:400px;
margin-left:450px;
margin-bottom:20px;
border-radius:20px;
}