-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
33 lines (33 loc) · 781 Bytes
/
test.json
File metadata and controls
33 lines (33 loc) · 781 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
{
".center-block": { "top": "25px" },
".container": {
"position": "relative",
"height": "100px",
"width": "100px",
"border": "solid",
"display": "inline-block",
"margin-right": "5px"
},
".grid": {
"align-items": "center",
"display": "grid",
"height": "100%",
"justify-items": "center",
"width": "100%"
},
".flex": {
"align-items": "center",
"width": "100%",
"display": "flex",
"height": "100%"
},
".abs": {
"position": "absolute",
"height": "50px",
"background": "purple",
"width": "50px"
},
".top": { "top": "0" },
".center-inline": { "left": "25px" },
".left": { "left": "0" }
}