-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
49 lines (47 loc) · 916 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
49
body{
background-color:cyan;
}
.main-countainer{
background-color:papayawhip;
border: 2px solid black;
width: 300px;
height: 400px;
margin: 180px;
margin-bottom: 0px;
margin-left: 600px;
}
.components{
background-color: blue;
border:2px solid brown;
width: 100%;
height: 282px;
}
.desk{
background-color:papayawhip;
border-style: none;
width: 240px;
height: 30px;
text-align:right ;
visibility:hidden;
margin-left: 30px;
}
.textfield{
margin: 30px;
margin-top: 0px;
width: 240px;
height: 50px;
text-align: right;
text-overflow: inherit;
vertical-align: baseline;
background-color: white;
border: 2px solid black;
}
button{
width: 50px;
height: 50px;
background-color:burlywood;
margin: 10px;
font-size: medium;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}