-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtasks.css
51 lines (44 loc) · 878 Bytes
/
tasks.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
body{
background-image: url("tasks3.jpg");
background-repeat:no-repeat;
background-position: auto;
background-size: cover;
overflow-y: hidden;
overflow-x: hidden;
position: relative;
}
.h1{
text-align: center;
padding: 10px;
border-style: solid;
border-color: black;
margin-left: 400px;
margin-right: 400px;
color: white;
}
mark{
color: white;
background-color: #5C4033;
}
#rightbottom{
position: fixed;
bottom: 0;
right: 0;
}
#taskss{
width: 28%;
height: 400px;
overflow-x: hidden;
overflow-y: scroll;
transform: rotate(-12.5deg);
position: absolute;
margin-top: 17%;
margin-left: 20%;
}
#forms{
height: 56%;
transform: rotate(-13deg);
position: absolute;
margin-top: 31%;
margin-left: 56%;
}