forked from HackYourFuture/JavaScript3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
113 lines (91 loc) · 1.48 KB
/
style.css
File metadata and controls
113 lines (91 loc) · 1.48 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
.alert-error {
color: red;
}
@media (max-width: 767px) {
body {
width: 100%;
}
#right-hand {
background-color: rgba(184, 173, 173, 0.527);
margin: 0;
flex-direction: column;
align-items: stretch;
}
#left-hand {
margin: 0;
flex-direction: column;
align-items: stretch;
}
}
#right-hand {
background-color: rgba(184, 173, 173, 0.527);
box-sizing: border-box;
float: left;
width: 50%;
padding: 10px;
height: 500px;
}
#left-hand {
box-sizing: border-box;
float: left;
width: 50%;
padding: 10px;
height: 300px;
}
p {
margin-left: 15px;
font-size: 1.2em;
}
ul {
display: block;
list-style-type: disc;
}
li {
width: 27px;
height: 160px;
list-style-type: none;
}
option {
background-color: rgb(255, 255, 255);
margin: 15px 15px;
padding: 5px;
font-size: 14px;
}
li a {
text-decoration: none;
margin-left: 150px;
width: 30px;
color: black;
text-align: left;
font-size: 1.1em;
text-align: center;
}
li a div {
margin-top: 0;
margin-left: 250px;
float: left;
width: 30px;
background-color: gray;
}
#header {
background-color: #3f51b5;
padding: 10px 10px;
margin: 15px 15px;
}
label {
font-size: 25px;
color: white;
}
table {
background-color: rgba(154, 155, 148, 0.13);
border-radius: 3%;
padding: 7px;
margin: 15px 16px;
border: 1px solid rgba(48, 46, 46, 0.027);
}
select {
background-color: rgb(255, 255, 255);
margin: 15px 15px;
padding: 5px;
font-size: 14px;
}