-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (44 loc) · 694 Bytes
/
Copy pathstyle.css
File metadata and controls
47 lines (44 loc) · 694 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
:root{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
*{
font: inherit;
}
#canvas{
width: 300px;
height: 300px;
margin-left: 100px;
margin-top: 40px;
}
.container{
display: inline-block;
max-width: 600px;
border-style:solid;
border-color: blue;
border-width: 5px;
margin: 10px 20px;
padding: 50px 20px;
}
input{
width: 80px;
height: 30px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 5px;
}
button{
width: 80px;
height: 40px;
border-width: 5px;
}
textarea{
margin-top: 20px;
margin-bottom: 20px;
padding: 20px;
width: 200px;
height: 50px;
}
.imageInput{
width: 200px;
}