-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (57 loc) · 1.16 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#trans {
border-color: black;
border-width: 3px;
height: 150px;
width: 55%;
border:1px solid black;
margin-left: 300px;
margin-right:100px;
border-radius: 2px;
font-family: 'kalam', cursive;
background-color: azure;
}
#output {
border-color: black;
border-width: 3px;
height: 150px;
width: 55%;
border:1px solid black;
margin-left: 300px;
margin-right:100px;
border-radius: 2px;
font-family: 'kalam', cursive;
background-color: azure;
}
h1 {
margin-top: 0cm;
text-align: center;
text-decoration: none;
padding: 2rem;
background-color: blanchedalmond;
color: blue;
}
::placeholder {
color: blue;
font-size: larger;
}
#btn {
margin-left: 300px;
margin-right: 100px;
background-color: blanchedalmond;
font-size: larger;
margin-top: 1cm;
margin-bottom: 1cm;
font-family: 'Kalam', cursive;
text-decoration: solid;
border: 1px solid black;
}
footer {
position: fixed;
bottom: 0;
width: 100%;
padding: 2rem;
background-color: blanchedalmond;
text-align: center;
color: blue;
font-size: bold;
}