-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
101 lines (95 loc) · 2.1 KB
/
index.css
File metadata and controls
101 lines (95 loc) · 2.1 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
*{
margin: 0;
padding: 0;
}
.title_name{
margin-top: 20px;;
font-size: 80px;
font-weight: bolder ;
}
.bg{
background-color: #B4F8C8;
height: 487px;
}
.content{
background-color:#B4F8C8;
}
#topbar{
height: 202px;
width: 100%;
background-color:#FBE7C6;
overflow: hidden;
margin-bottom: 10px;
/* text-align: center; */
display: inline-flex;
font-size: 40px;
background-repeat: no-repeat;
}
#topbar_image{
margin-left: 1060px;
position: fixed;
}
h1{
font-size: calc(4.375rem + 1.5vw);
color: rgb(18, 114, 198);
display: inline-block;
}
.navbar{
text-align: center;
margin-top: -10px;
width: 50vw;
margin-left: 46vh;
background-color:#FFAEBC;
/* box-shadow: 28px 1px 5px #aaa; */
}
.bgimage{
height: 30vh;
}
.navbar :hover{
background-color: rgb(112, 26, 98);
border-radius: 2em;
}
.footer{
margin-left: 674px;
padding-top: 435px;
color: rgb(16, 125, 221);
}
#converter_body{
width: 590px;
height: 273px;
position: absolute;
background-color: #c4c033;
border: 3px solid black;
top: 52%;
left: 43%;
transform: translate(-30%,-30%);
box-shadow: 3px 2px 8px 5px #cacaca;
}
#lconverter_title,#mconverter_title,#tconverter_title,#ticonverter_title{
text-align: center;
margin: 13px 0px;
font-size: 50px;
}
#linput ,#minput ,#tinput ,#tiinput , #mresult, #lresult, #tresult, #tiresult{
margin-left: 10px;
height: 32px;
text-align: center;
margin-bottom: 10px;
border: 2px solid black;
border-radius: 0.3rem;
}
#minput,#linput,#tinput,#tiinput{
margin-left: 55px;
margin-right: 8px;
}
#linput-type ,#minput-type ,#tinput-type ,#tiinput-type ,#mresult-type,#lresult-type,#tresult-type,#tiresult-type{
width: 187px;
margin-left: 55px;
text-align: center;
height: 32px;
border: 2px solid black;
border-radius: 0.3rem;
}
#lresult-type,#mresult-type,#tresult-type,#tiresult-type{
margin-left: 33px;
}