-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexcss.css
68 lines (59 loc) · 961 Bytes
/
indexcss.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
body {
font-family: Timesnewroman;
background-color:black;
margin: 5px;
padding: 5px;
}
h1 {
color: white;
text-align: center;
margin-top: 20px;
}
input, select, button {
margin: 0;
padding: 5px;
border: 1px solid grey;
border-radius: 10px;
background-color: black;
color: white;
width:30%;
}
button {
background-color:green;
color: white;
padding: 8px 15px;
border: 2px solid black;
border-radius: 10px;
}
button:hover {
background-color: red;
color:black;
}
#out {
width:100%;
margin: 10px;
padding: 10px;
border: 1px solid #555;
border-radius: 7px;
background-color: #222;
color: #f5f5f5;
}
#typ {
width: 120px;
}
#inp, #key {
width: 300px;
}
hr {
border: none;
border-top: 1px solid #555;
margin: 20px 0;
}
.dis{
border: 2px solid black;
word-wrap: break-word;
}
marquee{
margin-top:300px;
color:grey;
}