-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
48 lines (45 loc) · 953 Bytes
/
style.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
html {
background-color:black;
}
#border{
border: 2px solid black;
background-color: rgb(47, 70, 45);
padding: 10px;
border-radius: 25px;
width: 60%;
margin-right: 20%;
margin-left: 20%;
}
#currentStory {
border-radius: 5px;
font-size: 30px;
background-color: rgb(212, 239, 223 );
padding:2px;
margin-top: 29px;
margin-bottom: 20px;
margin-right: 14px;
margin-left: 14px;
width: 95%;
height: 60%;
overflow-y: scroll;
}
select {
width: 95%;
font-size: 25px;
background-color: rgb(212, 239, 223 );
padding-top: 0px;
margin-top: 2px;
margin-bottom: 9px;
margin-right: 19px;
margin-left: 19px;
}
button {
width: 95%;
height: 90px;
font-size: 25px;
background-color: rgb(212, 239, 223 );
margin-top: 2px;
margin-bottom: 9px;
margin-right: 19px;
margin-left: 19px;
}