-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (45 loc) · 995 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
50
51
52
body{
display: flex;
justify-content: center;
align-items: center;
background: url(tony-detroit-sZtmk410A1I-unsplash.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.mainbody {
display: flex;
flex-direction: column;
line-height: 10px;
background-color: inherit;
width: 600px;
height:300px;
border-radius: 30px;
justify-content: center;
}
.mainScreen {
width :300px;
height:50px;
background-color: rgb(245, 242, 239);
align-self: center;
display: flex;
align-content: center;
justify-content: center;
border-radius: 10px;
color: rgb(33, 53, 23);
}
.btns{
align-self: center;
}
.inbtns{
width: 90px;
padding: 0.5rem;
margin: 0.5rem;
border-radius: 0.5rem;
background-color: rgb(199, 136, 78);
color: rgb(33, 53, 23);
}
.cheese {
display: none;
}