-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
85 lines (69 loc) · 1.32 KB
/
styles.css
File metadata and controls
85 lines (69 loc) · 1.32 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
85
body {
width:auto;
margin: auto;
padding: 5%;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(231, 229, 225);
}
.sketches {
display: block;
text-align: center;
}
.sketch {
margin-bottom:6%;
}
.sketch a {
font-family: monospace;
text-decoration: none;
color: rgb(68, 68, 68);
}
p {
font-family: monospace;
font-weight: 600;
font-size:16px;
padding-bottom:15px;
text-decoration: none;
color: rgb(68, 68, 68);
}
iframe {
margin-bottom: 3%;
background-color: rgb(219, 219, 219);
display: block;
align-items: center;
justify-content: center;
width:800px;
height:800px;
padding:5%;
box-shadow: 5px 10px 8px #888888;
}
#drag {
margin-bottom: 3%;
background-color: rgb(219, 219, 219);
display: block;
align-items: center;
justify-content: center;
width:900px;
height:600px;
padding:5%;
box-shadow: none;
}
img {
background-color: rgb(219, 219, 219);
margin-bottom: 3%;
display: block;
align-items: center;
justify-content: center;
width:800px;
height:800px;
padding:5%;
box-shadow: 5px 10px 8px #888888;
}
#w501 {
width:800px;
height:800px;
}
.header {
width:900px;
}