-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathkuchtohbhi.css
More file actions
64 lines (55 loc) · 1.03 KB
/
kuchtohbhi.css
File metadata and controls
64 lines (55 loc) · 1.03 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
.wrap{
height:100vh;
width:100vw;
justify-content: center;
display: flex;
}
input{
margin-bottom: 10px;
width: 70%;
}
/* .inp-field{
background-color: rgb(238, 229, 229);
height:20px;
margin : 1em 0;
width : 95%;
color: #9f9f9f;
border:1px solid black;
&:hover{
color:rgb(238, 229, 229);
}
} */
button{
margin: auto;
width:30%;
}
.task-text{
position:absolute;
margin-top: 300px;
margin-left: 580px;
height: 30px;
font-size: larger;
font-family: Arial, Helvetica, sans-serif;
/* background-color: aqua; */
}
.welc-text{
position:absolute;
margin-top:16%;
margin-left:15%;
/* margin:auto; */
text-align:center;
/* padding-top: 5rem; */
height: 20%;
width: 20%;
text-size-adjust:auto;
justify-content: center;
align-items: center;
}
.box {
background-color:rgb(0, 255, 119);
width:25%;
height:40%;
margin: auto;
padding-left: 2%;
border: 2px solid black;
}