-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathL3_CSS.CSS
More file actions
49 lines (44 loc) · 1.15 KB
/
L3_CSS.CSS
File metadata and controls
49 lines (44 loc) · 1.15 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
* {color:darkslategrey; font-size: large;}
body{
background-color:rgba(124, 123, 123, .09);
text-align:center;
}
#subBody{
padding: 40px;
margin:auto;
margin-top: 5vh;
width: 80vw;
border-radius: 1vw;
box-shadow: inset 0 3px 6px rgba(0,0,0,0.16), 0 4px 6px rgba(0,0,0,0.45);
background-color:rgba(124, 123, 123, .03);
}
#subBody > * {opacity: 85%;}
span {color: black; font-size: xx-large;padding-left: 5px; padding-right: 5px;}
input, button {
margin: 20px 10px 10px 0;
margin-left: auto;
margin-right: auto;
background-color:rgba(0, 0, 0, .05);
border: none;
height: 8vh;
width: 60vw;
color:#303050;
text-align: center;
font-size: 160%;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.45);
padding: 20px;
}
h1 {font-family: Impact, Charcoal, sans-serif;font-size: xx-large;}
#RespField {
margin: 20px 10px 10px 20px;
margin-left: auto;
margin-right: auto;
padding-top:2vh;
padding-bottom:2vh;
width: 60vw;
min-height: 10vh;
background-color:rgba(0, 0, 0, .09);
border: none;
color:#303050;
font-size: 160%;
}