-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpyregex_exercises.css
85 lines (71 loc) · 1.03 KB
/
pyregex_exercises.css
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
Screen {
overflow-y: hidden;
}
ContentSwitcher {
height: 1fr;
}
.container {
height: auto;
align: center middle;
}
#code {
height: auto;
border: solid green;
}
#input {
height: 1;
padding: 0 1 0 1;
margin: 0 1 0 1;
border: none;
}
.radio {
background: white 0%;
layout: horizontal;
border: none;
width: 1fr;
margin: 0 2 0 2;
}
#question {
width: 100%;
margin: 0 1 1 1;
}
#solution {
width: 100%;
padding: 0 1 0 1;
border-title-align: center;
}
#columns {
height: auto;
align: center middle;
border: solid brown;
}
.list_title {
text-align: center;
color: gray;
}
.list_item {
border-top: solid gray;
padding: 0 1 0 1;
}
.list {
height: auto;
margin: 0 1 0 1;
width: 1fr;
color: black;
}
.error {
min-height: 0;
height: auto;
width: 100%;
color: red;
padding: 0 1 0 1;
border: round red;
}
Button:focus {
text-style: bold;
}
.buttons {
max-height: 1;
border: none;
width: 1fr;
}