-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignmentNo.5.css
More file actions
47 lines (43 loc) · 900 Bytes
/
AssignmentNo.5.css
File metadata and controls
47 lines (43 loc) · 900 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
#Container{
height: 400px;
width: 400px;
background-color: azure;
margin: 10px auto;
border: 2px solid black;
border-radius: 3%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-wrap: wrap;
align-items: center;
}
.Aman{
height: 100px;
width: 100px;
background-color: grey;
font-size: 50px;
margin: 10px auto;
border: 2px solid black;
border-radius: 10%;
text-align:center;
}
#Chai{
height: 50px;
width: 900px;
background-color: pink;
border: 2px solid black;
border-radius: 10px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-content: center;
flex-wrap: wrap;
}
.Chhiki{
height: 50px;
width: 80px;
font-size: 24px;
border-radius: 10px;
margin-left: 5px;
line-height: 50px;
}