-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex4.css
79 lines (69 loc) · 1.31 KB
/
index4.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
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
body {
background-color: steelblue;
}
.box {
/* border:2px solid black; */
display: inline-block;
margin-left: 35vw;
margin-top: 20vh;
/* text-align: center; */
background-color: white;
border-radius: 10px;
height: 60vh;
width: 25vw;
}
.in {
font-weight: bold;
width: 250px;
height: 20px;
text-align: center;
}
.but {
display: inline;
width: 34px;
height: 30px;
color: azure;
border-radius: 50px;
cursor: pointer;
background-color: darkviolet;
border: 2px solid white;
font-size: larger;
}
button.but:hover {
background-color: forestgreen;
}
.butt {
display: inline;
width: 28px;
height: 29px;
color: azure;
border-radius: 50px;
cursor: pointer;
background-color: darkviolet;
border: 2px solid white;
font-size: larger;
text-align: center;
margin: 10px;
}
button.butt:hover {
background-color: crimson;
}
.heading {
color: white;
background-color: darkviolet;
text-align: center;
}
.para {
text-align: center;
display: unset;
margin-left: 20px;
margin-bottom: 40px;
}
ul {
list-style-type: none;
/* display: inline; */
}
li {
display: inline-block;
color: darkmagenta;
}