-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask4.css
More file actions
81 lines (66 loc) · 1018 Bytes
/
task4.css
File metadata and controls
81 lines (66 loc) · 1018 Bytes
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
body{
background-color: lightblue;
padding: 0px;
margin: 0px;
}
h1{
padding-left: 20px;
}
.wrapper{
margin-top: 63px;
margin-left: 20px;
background-color: pink;
max-height: 400px;
max-width: 800px;
overflow-y: scroll
}
.wrapper .inner0 > p{
text-align: end;
font-size: 18px;
}
.inner-nav{
padding-left: 40px;
background-color: white;
width: 100%;
min-height: 30px;
}
.inner-nav > a{
text-decoration: none;
background-color: black;
border: 5px solid grey;
color: white;
}
.blue{
background-color: blue;
}
.circle{
border-radius: 50%;
width: 30px;
height: 30px;
}
.inner1{
background-color: orange;
height: 200px;
}
.red{
background-color: red;
}
.inner1 > div .circle{
border-radius: 50%;
width: 30px;
height: 30px;
}
.inner2{
width: 100%;
height: 40px;
background-color: rgb(82, 235, 82);
}
.inner2 > p{
font-size: 18px;
text-align: end;
padding-top: 10px;
}
.inner3{
width: 100%;
height: auto;
background-color: rgb(235, 255, 181);