-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjq.css
More file actions
37 lines (36 loc) · 657 Bytes
/
jq.css
File metadata and controls
37 lines (36 loc) · 657 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
#div2 {
height: 300px;
width: 300px;
background-color: azure;
border: 0.5px solid grey;
border-radius: 5px;
text-align: center;
margin: 40px auto;
box-shadow: 10px 10px lightblue;
}
#div3 {
height: 300px;
width: 300px;
background-color: rgb(116, 222, 174);
border: 0.5px solid grey;
border-radius: 7px;
text-align: center;
margin: 40px auto;
box-shadow: 10px 10px rgb(197, 231, 219);
}
#div4 {
margin: auto;
}
button {
height: 50px;
width: 180px;
background-color: rgb(212, 152, 152);
border: 0.5px solid grey;
border-radius: 7px;
margin: 10px;
}
img {
height: 350px;
width: 450px;
position: absolute;
}